summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-18 01:20:36 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-18 01:20:36 +0100
commit22838c9da84b3a85d2ddb09a91a0ec690589b2fe (patch)
tree43c25776eb7ea62f50c6b3aee28d4539744c14f9
parentcb58fba6195bb8949528f117c89d229bb312bdb2 (diff)
downloadsvg.js-22838c9da84b3a85d2ddb09a91a0ec690589b2fe.tar.gz
svg.js-22838c9da84b3a85d2ddb09a91a0ec690589b2fe.zip
updated changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45b3130..a73264a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@
- added `precision()` method to round numeric element attributes -> __TODO!__
- added specs for `SVG.FX` -> __TODO!__
+# 2.2.1 (??/??/????)
+- added workaround for `SvgPathSeg` which is removed in Chrome 48 (#409)
+- fixed dom data which was not cleaned up properly (#398)
+
# 2.2.0 (06/11/2015)
- fixed pattern and gradient animation (#385)