Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Yonaba/Moses.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonaba <roland.yonaba@gmail.com>2018-09-12 15:29:19 +0300
committerYonaba <roland.yonaba@gmail.com>2018-09-12 15:29:19 +0300
commit9cebe61b396c77a676e3f253f7b512342d95fc82 (patch)
tree15b054b48f6d97b725c0d89ec6840978292a87d4
parent41e55fc00a8a7f0ee126b5a5cb66437d4729ed5b (diff)
Updated CHANGELOG
-rw-r--r--CHANGELOG.md5
1 files changed, 1 insertions, 4 deletions
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, ...)`.