diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-11-01 23:21:27 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-11-01 23:21:27 +0100 |
commit | 41d0a0581dcacc662d9effdf16d8acf37b656479 (patch) | |
tree | 166d90435b0d531327bd4a46b099c9323cc4ac5c | |
parent | 52f9d49c700664315a85dbe5942a88447ef7110e (diff) | |
download | svg.js-41d0a0581dcacc662d9effdf16d8acf37b656479.tar.gz svg.js-41d0a0581dcacc662d9effdf16d8acf37b656479.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 999f04e..9732f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,9 @@ # 2.3.7 - moved project to [svgdotjs](https://github.com/svgdotjs) +- make matrixify work with transformation chain separated by commas (#543) -# 2.3.6 +# 2.3.6 (21/10/2016) - fixed leading and trailing space in SVG.PointArray would return NaN for some points (695f26a) (#527) - make SVG.FX.loop modify the last situation instead of the current one (#532) - fixed test of `SVG.FX.afterAll` (#534) |