aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 11:32:27 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 11:32:27 +0200
commit02528ba65130663f946fe74d25b81cd361cfbdad (patch)
tree5db87d52b5eb75842583c62332d636e2fca02972 /CHANGELOG.md
parent040d5e975c5bc2a0fdb431f319ce85f38e3e08dc (diff)
downloadsvg.js-02528ba65130663f946fe74d25b81cd361cfbdad.tar.gz
svg.js-02528ba65130663f946fe74d25b81cd361cfbdad.zip
changelog for last commit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
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