summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-12 19:30:18 -0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-12 19:30:18 -0200
commit3253e2eb2c0486643a0a50355d68b308008c28b4 (patch)
tree77348f42faae9857f1b9d19e45bc0243cc1f4a95
parent727d11ae3f2077b7508a119140191891b566bd71 (diff)
downloadsvg.js-3253e2eb2c0486643a0a50355d68b308008c28b4.tar.gz
svg.js-3253e2eb2c0486643a0a50355d68b308008c28b4.zip
update README for version 2.3.5 which I believe this PR will be part of
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a27f5e..cddca4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
# 2.3.5
- 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)
- updated dependencies
- added `npm run build` to build a new version of SVG.js without requiring gulp to be globally installed