From: Ulrich-Matthias Schäfer Date: Thu, 18 Oct 2018 09:16:43 +0000 (+0200) Subject: changelog update X-Git-Tag: 3.0.0~60^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e188dced6930319437e2421db92c2c9e54eac44;p=svg.js.git changelog update --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc0d94..f99f749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - Matrices now apply transformations like `scale`, `translate`, etc... by left multiplying them to simplify transformations - The way `transform()` works is now completely different. See the docs for more as soon as they are updated. - merged `SVG.Doc` and `SVG.Nested`, added `isRoot()` on `SVG.Doc()` (#809) +- The fx module was completely reworked to be faster and less error prone. For more information on how to use it refer to the docs ### Fixed - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__