diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-03-14 03:12:01 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-03-14 03:12:01 +0100 |
commit | 0d2ca78cce800f112f560397cd9f41086f9a5de4 (patch) | |
tree | 7c91da392e5d7f61b09e1114aade0a63e2092e8f /CHANGELOG.md | |
parent | 34f5adcc93707d595d790ce51f2cb77a9ff861d8 (diff) | |
download | svg.js-0d2ca78cce800f112f560397cd9f41086f9a5de4.tar.gz svg.js-0d2ca78cce800f112f560397cd9f41086f9a5de4.zip |
point release 2.5.0 to our tagged release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5313494..062c72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,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) |