diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-10-16 17:28:44 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-10-16 17:28:44 +0200 |
commit | 4423a8c9a7bdad4cc30bfe0458b5fc5a0fead634 (patch) | |
tree | 1813ab3e81add3b5e371effa14bb78c03cf10250 | |
parent | 6c35f8d2ecc2ed08cda8eba385bbfd7e530a85be (diff) | |
download | svg.js-4423a8c9a7bdad4cc30bfe0458b5fc5a0fead634.tar.gz svg.js-4423a8c9a7bdad4cc30bfe0458b5fc5a0fead634.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 22157de..4c5740a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |