aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-06-21 09:59:20 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-06-21 09:59:20 +0200
commit3579604331285969c5fd645afed8172d2b26ea67 (patch)
tree29de547a7c05c62de74ec7e5e5a85569247e9856
parent3b92d8c1f7e64b8f0792948bb90d8336a84f397b (diff)
downloadsvg.js-3579604331285969c5fd645afed8172d2b26ea67.tar.gz
svg.js-3579604331285969c5fd645afed8172d2b26ea67.zip
Update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4377aae..946ab65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@
- added `parent` parameter for `clone()`
- fixed line constructor which doesn't work with Array as input (#487)
- added spec for mentioned issue
+- fixed problem in IE with `document.contains` (#490) related to (#480)
+- fixed `undo` when undoing transformations (#494)
# 2.3.1 (05/05/2016)
- fixed `SVG.morph()` (#473)