aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 11:47:16 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 11:47:16 +0200
commit5520d76e4332c1a782899679ffa8cca2285a70ce (patch)
tree4d7068ce2f4c8f17ad0a8bcc9f996d20e4b99c2b /CHANGELOG.md
parent83af17a691d6f60d9ba75290cb1c087dbf8e5db1 (diff)
downloadsvg.js-5520d76e4332c1a782899679ffa8cca2285a70ce.tar.gz
svg.js-5520d76e4332c1a782899679ffa8cca2285a70ce.zip
fixed `reference()` which failed when trying to use a reference which does not exist in the attribuets (#840)
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 b310aec..97457c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
## [2.6.5]
### Fixed
+- fixed `reference()` which failed when trying to use a reference which does not exist in the attribuets (#840)
- fixed `animate().attr()` method which doenst work for d attribute of paths (#847)
- fixed problems with CustomEvent polyfill in IE11 (#852)