From: dotnetCarpenter Date: Wed, 12 Oct 2016 21:30:18 +0000 (-0200) Subject: update README for version 2.3.5 which I believe this PR will be part of X-Git-Tag: 2.3.5~1^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3253e2eb2c0486643a0a50355d68b308008c28b4;p=svg.js.git update README for version 2.3.5 which I believe this PR will be part of --- 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