diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-29 13:21:33 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-29 13:21:33 +1000 |
commit | 7f614c73d96f3d982804c6a0473f9aa0236cc44b (patch) | |
tree | 51e400685ad638986c89537ad7ec179640e20fd7 /CHANGELOG.md | |
parent | d017de19f18c154ae03a14c1d9ae76f3a9034c78 (diff) | |
download | svg.js-7f614c73d96f3d982804c6a0473f9aa0236cc44b.tar.gz svg.js-7f614c73d96f3d982804c6a0473f9aa0236cc44b.zip |
added tests for List.js
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 348b225..9024c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - added position argument for `toParent()` - added position argument for `toRoot()` - added attr syntax for `data()` method + - added index and array parameter when passing a function to `List.each()` so that it mostly behaves like map - added lots of tests in es6 format ## [3.0.16] - 2019-11-12 |