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-08-23 03:02:26 +0300
committerYonaba <roland.yonaba@gmail.com>2018-08-23 03:02:26 +0300
commit7091b5819f5329cec8c50c5c19ebd76643482a23 (patch)
treec74f521b8c52e6fefd9c67a029baad5028b656c7
parent8efd8781400a4059d2dddfed48e21eddd1a56941 (diff)
Updated changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52643bc..a827f8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Version history
-## 2.0.0 (08/22/2018)
+## 2.0.0 (08/23/2018)
### Breaking changes
* library functions now accept iterators prototyped as `f(v, k, ...)` instead of `f(k, v, ...)`.
It improves the benefits of chaning and helps writting a clear functional-style code.