diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-06-04 21:45:35 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-06-04 21:45:35 +0200 |
commit | dc9fc77a86cd01f4b9bafd7377bbe3551be37396 (patch) | |
tree | d7de40d4e935137a7c6990db1247eb8c8c6d0497 /CHANGELOG.md | |
parent | 49d15fa9774faeca11533a6e6eac7cdb60e3bf63 (diff) | |
download | svg.js-dc9fc77a86cd01f4b9bafd7377bbe3551be37396.tar.gz svg.js-dc9fc77a86cd01f4b9bafd7377bbe3551be37396.zip |
changelog, gitignore
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 ccac545..8b6ced1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ### Added - added `width()` and `height()` methods to `SVG.FX` +- added the intended functionality to call animate functions with multiple parameter (#671) ### Changed - updated Jasmine from 2.5.2 to 2.6.0 |