diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-11-13 00:36:13 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-11-13 00:36:13 +0100 |
commit | 31aa0a029c59f5e0bbad9cfcd900d16c801b9f1c (patch) | |
tree | b5c705abcc2c6eaa21ac29c6e047225956f34945 /CHANGELOG.md | |
parent | 3e614d4fe9670fb952d057b0407f6d651e45f71d (diff) | |
download | svg.js-31aa0a029c59f5e0bbad9cfcd900d16c801b9f1c.tar.gz svg.js-31aa0a029c59f5e0bbad9cfcd900d16c801b9f1c.zip |
updated changelog for 2.3.7
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc7d49..5a4ccba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ - fixed broken animations, if using polyfills for es6/7 proposals (#504) - fixed and improved `SVG.FX.dequeue()` (#546) - fixed an error in `SVG.FX.step`, if custom properties is added to `Array.prototype` (#549) +- updated dev dependencies; request and gulp-chmod - `npm run build` now requires nodejs 4.x +- added code coverage https://coveralls.io/github/svgdotjs/svg.js # 2.3.6 (21/10/2016) - fixed leading and trailing space in SVG.PointArray would return NaN for some points (695f26a) (#527) |