diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-16 13:03:35 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-16 13:03:35 +0100 |
commit | 2e215f1bd2f6a83aee6f27756fc2b11036aaa097 (patch) | |
tree | 55ee0c7fce4db4c03f60f8fa2d83273a8f3d1562 /CHANGELOG.md | |
parent | 9bfcbc184ec99631ea7d2b912e79b1edde17a111 (diff) | |
parent | aa8dcdbc571585ce8a957e49271babda88384096 (diff) | |
download | svg.js-2e215f1bd2f6a83aee6f27756fc2b11036aaa097.tar.gz svg.js-2e215f1bd2f6a83aee6f27756fc2b11036aaa097.zip |
Merge branch 'master' into 3.0.0
Conflicts (all resolved):
dist/svg.js
dist/svg.min.js
spec/spec/boxes.js
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f49a8..5438552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ 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!__ -## UNRELEASED 2.5.0 +## [2.5.0](https://github.com/svgdotjs/svg.js/releases/tag/2.5.0) - 2017-03-10 ### Added - added a plot and array method to `SVG.TextPath` (#582) @@ -115,7 +115,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ## [2.3.5] - 2016-10-13 ### Added -- added automated unit tests via [Travis](https://travis-ci.org/wout/svg.js) (#527) +- added automated unit tests via [Travis](https://travis-ci.org/svgdotjs/svg.js) (#527) - added `npm run build` to build a new version of SVG.js without requiring gulp to be globally installed ### Changed |