diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-07-21 14:51:43 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-07-21 14:51:43 +0200 |
commit | 5b5b98ac54423e4be6ad196cc3fc5a4760bdbcf3 (patch) | |
tree | 7b51a55de6109377bcf877232358625dcc6ceca4 /CHANGELOG.md | |
parent | e046447f00c954b234ffb2ac21bb326336364584 (diff) | |
download | svg.js-5b5b98ac54423e4be6ad196cc3fc5a4760bdbcf3.tar.gz svg.js-5b5b98ac54423e4be6ad196cc3fc5a4760bdbcf3.zip |
bump 2.6.32.6.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 12595bb..2e9867f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,11 @@ 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.3] - 2017-07-21 + +### Fixed +- fixed error in parent method when hitting document node (#720) + ## [2.6.2] - 2017-06-05 ### Added @@ -607,6 +612,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: <!-- Headings above link to the releases listed here --> +[2.6.3]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.3 [2.6.2]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.2 [2.6.1]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.1 [2.6.0]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.0 |