summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2017-03-14 03:12:01 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2017-03-14 03:12:01 +0100
commit0d2ca78cce800f112f560397cd9f41086f9a5de4 (patch)
tree7c91da392e5d7f61b09e1114aade0a63e2092e8f /CHANGELOG.md
parent34f5adcc93707d595d790ce51f2cb77a9ff861d8 (diff)
downloadsvg.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.md2
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)