diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-11-04 12:54:56 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-11-04 12:54:56 +0100 |
commit | 80e478c1d128b6eeb9db829e06fddcf1f9d14390 (patch) | |
tree | e4b31afb227e32c615518488120f2284c7bb7c38 | |
parent | 9a3fcc333b1b7d8f55e29166e3668189c0358ed2 (diff) | |
download | svg.js-80e478c1d128b6eeb9db829e06fddcf1f9d14390.tar.gz svg.js-80e478c1d128b6eeb9db829e06fddcf1f9d14390.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa9730..70ac4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - 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) +- fixed and improved `SVG.FX.dequeue()` (#546) # 2.3.6 (21/10/2016) - fixed leading and trailing space in SVG.PointArray would return NaN for some points (695f26a) (#527) |