Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Sep 12, 2018
1 parent 41e55fc commit 9cebe61
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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, ...)`.
Expand Down

0 comments on commit 9cebe61

Please sign in to comment.