diff --git a/CHANGELOG.md b/CHANGELOG.md index df75682..572bbe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ * Changed prototype : `template(id, ...)` is now `template(id)` * Changed prototype : `tap(obj, f, ...)` is now `tap(obj, f)` * Changed prototype : `result(obj, method, ...)` is now `result(obj, method)` +* Changed prototype : `intersection(array, ...)` is now `intersection(array)` ### Other changes @@ -61,10 +62,6 @@ * Added `dispatch` in utility functions * Added `noarg` in utility functions -### Changes - -* Changed `intersection` prototype : `intersection(array,...)` becomes `intersection(...)` - ## 2.0.0 (08/23/2018) ### Breaking changes * library functions now accept iterators prototyped as `f(v, k, ...)` instead of `f(k, v, ...)`.