summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-04-25 12:05:49 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-04-25 12:05:49 +0200
commit9325620c17dd1e926c5e43e8425cea4fbaad3835 (patch)
tree9035731d6de9e0ed3625f57cce1c84858fadac4a /CHANGELOG.md
parent04e21b18c30d546ed6a16b279504a2b58b503541 (diff)
downloadsvg.js-9325620c17dd1e926c5e43e8425cea4fbaad3835.tar.gz
svg.js-9325620c17dd1e926c5e43e8425cea4fbaad3835.zip
fixed a bug in path parser which made it stop parsing when hitting z command (#665)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index facae13..6d9eb1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,11 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__
+## [2.6.1] - 2017-04-25
+
+### Fixed
+- fixed a bug in path parser which made it stop parsing when hitting z command (#665)
+
## [2.6.0] - 2017-04-21
### Added