diff options
author | wout <wout@mick-wout.com> | 2017-04-07 20:20:02 +0200 |
---|---|---|
committer | wout <wout@mick-wout.com> | 2017-04-07 20:20:02 +0200 |
commit | 270874248df9a034b24d49d8db00cba6529e7f4b (patch) | |
tree | 064381f2819a3b2289cc2c29383ccadae191d9cd /CHANGELOG.md | |
parent | 5e9ed619e6a7ce6530b928d76a0412f364cd6bbc (diff) | |
download | svg.js-270874248df9a034b24d49d8db00cba6529e7f4b.tar.gz svg.js-270874248df9a034b24d49d8db00cba6529e7f4b.zip |
Updated CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2878bac..2876973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,10 +34,11 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ### Fixed - `clear()` does not remove the parser in svg documents anymore -## [2.5.1] - 2017-03-27 +## [2.5.1](https://github.com/svgdotjs/svg.js/releases/tag/2.5.1) - 2017-03-27 ### Fixed - fixed `SVG.PathArray.parse` that did not correctly parsed flat arrays +- prevented unnecessary parsing of point or path strings ### Changed - make svgjs ready to be used on the server |