diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-10-19 01:44:22 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-10-19 01:44:22 +0200 |
commit | 27c958202d99da2923a60cd82f15085e87e88c5e (patch) | |
tree | c3578accbb66814ec34b0b85f82a1746847054ff | |
parent | 3f90a8fccc0d8d4b068ff42474bb45df4c5a2cc2 (diff) | |
download | svg.js-27c958202d99da2923a60cd82f15085e87e88c5e.tar.gz svg.js-27c958202d99da2923a60cd82f15085e87e88c5e.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5740a..9df5d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ # 2.3.6 - make SVG.FX.loop modify the last situation instead of the current one (#532) - fixed test of `SVG.FX.afterAll` (#534) +- fixed `SVG.FX.speed()` (#536) # 2.3.5 (13/10/2016) - calling `fill()`, `stroke()` without an argument is now a nop @@ -19,7 +20,7 @@ # 2.3.4 (04/08/2016) - reworked parent module for speed improvemenents -- reworked `filterSVGElements` utility to use and a for loop instead of the native filter function +- reworked `filterSVGElements` utility to use a for loop instead of the native filter function # 2.3.3 (02/08/2016) - add error callback on image loading (#508) |