]> source.dussan.org Git - svg.js.git/commitdiff
changelog
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 16 Oct 2016 15:28:44 +0000 (17:28 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 16 Oct 2016 15:28:44 +0000 (17:28 +0200)
CHANGELOG.md

index 22157dee75c59529b50b6adb5d6a8d77db423960..4c5740a95cbea3c11e20dfa1a4ccf1e79204993c 100644 (file)
@@ -8,11 +8,12 @@
 
 # 2.3.6
 - make SVG.FX.loop modify the last situation instead of the current one (#532)
+- fixed test of `SVG.FX.afterAll` (#534)
 
 # 2.3.5 (13/10/2016)
 - calling `fill()`, `stroke()` without an argument is now a nop
-- Polygon now accepts comma less points to achieve parity with Adobe Illustrator.
-- added automated unit tests via [Travis](https://travis-ci.org/wout/svg.js)
+- Polygon now accepts comma less points to achieve parity with Adobe Illustrator (#529)
+- added automated unit tests via [Travis](https://travis-ci.org/wout/svg.js) (#527)
 - updated dependencies
 - added `npm run build` to build a new version of SVG.js without requiring gulp to be globally installed