diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-05-26 11:32:27 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-05-26 11:32:27 +0200 |
commit | 02528ba65130663f946fe74d25b81cd361cfbdad (patch) | |
tree | 5db87d52b5eb75842583c62332d636e2fca02972 /CHANGELOG.md | |
parent | 040d5e975c5bc2a0fdb431f319ce85f38e3e08dc (diff) | |
download | svg.js-02528ba65130663f946fe74d25b81cd361cfbdad.tar.gz svg.js-02528ba65130663f946fe74d25b81cd361cfbdad.zip |
changelog for last commit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 234c71d..58f528c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ + +## [2.6.5] + +### Fixed +- fixed problems with CustomEvent polyfill in IE11 (#852) + ## [2.6.4] - 2018-02-07 ### Fixed @@ -38,6 +44,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ### Fixed - fixed error in parent method when hitting document node (#720) + ## [2.6.2] - 2017-06-05 ### Added |