From: Ulrich-Matthias Schäfer Date: Tue, 18 Oct 2016 23:44:22 +0000 (+0200) Subject: changelog X-Git-Tag: 2.3.6~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=27c958202d99da2923a60cd82f15085e87e88c5e;p=svg.js.git changelog --- 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)