summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-05 13:52:11 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-05 13:52:11 +0100
commit020627905e5244e18b29664e052a16356824bfe3 (patch)
tree2852425af3fb9786316e9ed796555fae8f90dce4 /CHANGELOG.md
parent7aea4fa6dbb162f447c26fbb37d30a1e01a17f91 (diff)
downloadsvg.js-020627905e5244e18b29664e052a16356824bfe3.tar.gz
svg.js-020627905e5244e18b29664e052a16356824bfe3.zip
fixed error in event which did not clean up `SVG.handlerMap` properly (#518)
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 1d90ded..d766e85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -50,6 +50,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- `SVG.Array` now accepts a comma seperated string and returns array of numbers instead of strings
- `SVG.Matrix` now accepts an array as input
- `SVG.Element.matrix()` now accepts also 6 values
+- fixed bug which produces an error when removing an event from a node which was formerly removed with a global `off()` (#518)
====