summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-29 16:10:36 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-29 16:10:36 +0200
commitbb38273b6a2efd3795480cc36fa0ad0d67b73997 (patch)
tree146cc8f4fddb6d1203126546e0610077b42f4588 /CHANGELOG.md
parentebf7436261c8fc3197a48dc6b21dff9edd9271e3 (diff)
downloadsvg.js-bb38273b6a2efd3795480cc36fa0ad0d67b73997.tar.gz
svg.js-bb38273b6a2efd3795480cc36fa0ad0d67b73997.zip
clear does not remove parser anymore
make test work in svg documents
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57251c0..2878bac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,11 +29,18 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__
-## UNRELEASED [2.5.1]
+## UNRELEASED [2.5.2]
+
+### Fixed
+- `clear()` does not remove the parser in svg documents anymore
+
+## [2.5.1] - 2017-03-27
### Fixed
- fixed `SVG.PathArray.parse` that did not correctly parsed flat arrays
+### Changed
+- make svgjs ready to be used on the server
## [2.5.0](https://github.com/svgdotjs/svg.js/releases/tag/2.5.0) - 2017-03-10