]> source.dussan.org Git - svg.js.git/commitdiff
changelog for last commit
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 26 May 2018 09:32:27 +0000 (11:32 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 26 May 2018 09:32:27 +0000 (11:32 +0200)
CHANGELOG.md

index 234c71df8d677786b4b867609876c3c3512fbcfe..58f528c826d58cf22332b90d66d969b06fa5b40c 100644 (file)
@@ -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