diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-11-03 11:01:18 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-11-03 11:01:18 +0100 |
commit | 2b0263d91353a582a27491515406f13036923c32 (patch) | |
tree | d40618346068a0bbcca4a7692044672ebd03ed58 /CHANGELOG.md | |
parent | 6361591c3873375994433c5b3f2d42485e29712e (diff) | |
download | svg.js-2b0263d91353a582a27491515406f13036923c32.tar.gz svg.js-2b0263d91353a582a27491515406f13036923c32.zip |
changelog, run gulp cause of #504
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9732f9d..5fa9730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ # 2.3.7 - moved project to [svgdotjs](https://github.com/svgdotjs) -- make matrixify work with transformation chain separated by commas (#543) +- made matrixify work with transformation chain separated by commas (#543) +- fixed `SVG.Matrix.skew()` (#545) +- fixed broken animations, if using polyfills for es6/7 proposals (#504) # 2.3.6 (21/10/2016) - fixed leading and trailing space in SVG.PointArray would return NaN for some points (695f26a) (#527) |