From d0d3d72d8a60a0b74a46bb42029245223053ce7e Mon Sep 17 00:00:00 2001 From: dotnetCarpenter Date: Sun, 5 Feb 2017 04:39:19 +0100 Subject: [PATCH] began notes for the 2.4.1 release --- CHANGELOG.md | 8 ++++++-- 1 file 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) -- 2.39.5