summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-11-12 23:55:25 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-11-12 23:55:25 +0100
commit29f3113b1f911e6a1c3c51c52f1b1485973a4fff (patch)
tree4fcd81c6d174de6b15735482169c059083f829f3 /CHANGELOG.md
parent6380b23d6f6cc1513b831b97cb82db3a78cc7489 (diff)
downloadsvg.js-29f3113b1f911e6a1c3c51c52f1b1485973a4fff.tar.gz
svg.js-29f3113b1f911e6a1c3c51c52f1b1485973a4fff.zip
update changelog with PR #549
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70ac4d1..9bc7d49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
- fixed `SVG.Matrix.skew()` (#545)
- 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)
# 2.3.6 (21/10/2016)
- fixed leading and trailing space in SVG.PointArray would return NaN for some points (695f26a) (#527)