Skip to content

Commit

Permalink
update changelog, bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manidlou committed Apr 24, 2017
1 parent 84532ab commit 2059501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@
------------------

### Removed
- **BREAKING:** Removed support for `ignore` option due to inconsistency in glob pattern usages and relatively poor performance. See: [#1]
- **BREAKING:** Removed support for `ignore` option. Instead, `filter` option can be used. See: [#1]

### Added
- `filter` option. A function that gets one argument `fn({path: '', stats: {}})` and returns true to include or false to exclude the item.
Expand Down

0 comments on commit 2059501

Please sign in to comment.