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>2014-07-08 13:24:09 +0400
committerYonaba <roland.yonaba@gmail.com>2014-07-08 13:24:09 +0400
commitfe54fff70c98996fce58c7d84904ea9506e1891f (patch)
tree6b87cbc27174a4c28028c38286a30e9ed2550d78 /CHANGELOG.md
parent7f839a750b54437bfaf6ac1855110222ac6d2877 (diff)
Changed _.cycle behavior
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0252b95..93b993f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
* `_.isNil` now returns true if arg is nil, an empty string or empty table and false otherwise.
* `_.size` now returns 0 for empty args instead of `nil`
* `_.unique` no longer accepts `iter` argument to transform original array values.
+* `_.cycle` argument `n` now defaults to 1.
#### Renamed
* Renamed alias `_.uId` to `_.uid`