diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-25 12:05:49 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-25 12:25:46 +0200 |
commit | ac3b9941c72a2e66bf113b2f652fcadfa24cc6de (patch) | |
tree | 357acc5ae9e02e5259da791a7f6a2672f312965a /CHANGELOG.md | |
parent | 54362a872c75efa2f54be755a1a48ab87ab3e836 (diff) | |
download | svg.js-ac3b9941c72a2e66bf113b2f652fcadfa24cc6de.tar.gz svg.js-ac3b9941c72a2e66bf113b2f652fcadfa24cc6de.zip |
fixed a bug in path parser which made it stop parsing when hitting z command (#665)
Conflicts:
bench/runner.html
dist/svg.js
dist/svg.min.js
package.json
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ade31af..c0ff106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,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 |