aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-11-03 11:01:18 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-11-03 11:01:18 +0100
commit2b0263d91353a582a27491515406f13036923c32 (patch)
treed40618346068a0bbcca4a7692044672ebd03ed58 /CHANGELOG.md
parent6361591c3873375994433c5b3f2d42485e29712e (diff)
downloadsvg.js-2b0263d91353a582a27491515406f13036923c32.tar.gz
svg.js-2b0263d91353a582a27491515406f13036923c32.zip
changelog, run gulp cause of #504
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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)