From 2059501cbf02743e9cf5c45065b747604da593a7 Mon Sep 17 00:00:00 2001 From: Mani Maghsoudlou Date: Sun, 23 Apr 2017 17:06:16 -0700 Subject: [PATCH] update changelog, bump to v2.0.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b46f70..6feebf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.