summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-10-18 11:16:43 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-10-18 11:16:43 +0200
commit9e188dced6930319437e2421db92c2c9e54eac44 (patch)
tree8070a2ea838ba3cea9de4b497f349464cf5b3fde
parent25145d31d86d6ef353593c9c3970c68e803a9ef2 (diff)
downloadsvg.js-9e188dced6930319437e2421db92c2c9e54eac44.tar.gz
svg.js-9e188dced6930319437e2421db92c2c9e54eac44.zip
changelog update
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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!__