From: dotnetCarpenter Date: Sun, 5 Feb 2017 03:39:19 +0000 (+0100) Subject: began notes for the 2.4.1 release X-Git-Tag: 2.5.0~62 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d0d3d72d8a60a0b74a46bb42029245223053ce7e;p=svg.js.git began notes for the 2.4.1 release --- 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)