diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-02-05 04:39:19 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-02-05 04:42:44 +0100 |
commit | d0d3d72d8a60a0b74a46bb42029245223053ce7e (patch) | |
tree | 2676de71a1e1acccc0683ccd1a46daef842e5518 | |
parent | 190ef5ecd44fe6d3fb9bf5379f45af3757921f59 (diff) | |
download | svg.js-d0d3d72d8a60a0b74a46bb42029245223053ce7e.tar.gz svg.js-d0d3d72d8a60a0b74a46bb42029245223053ce7e.zip |
began notes for the 2.4.1 release
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c05ff8..2456ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,12 +17,16 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ### Changed - make transform-methods relative as default (breaking change) -- change from SVG() to use querySelector instead of getElementById (breaking change) +- change from SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__ ### Fixed - 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.4.1 + +### Changed +- change CHANGELOG to follow the conventions described in [“Keep a CHANGELOG”](http://keepachangelog.com). ==== @@ -42,7 +46,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ### Changed - moved project to [svgdotjs](https://github.com/svgdotjs) - made matrixify work with transformation chain separated by commas (#543) -- updated dev dependencies; request and gulp-chmod - `npm run build` now requires nodejs 4.x +- updated dev dependencies; request and gulp-chmod - `npm run build` now requires nodejs 4.x+ ### Fixed - fixed `SVG.Matrix.skew()` (#545) |