summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-16 13:41:54 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-16 13:41:54 +0100
commit5ed54e9fb58f6b17f897157226df7c91a2976943 (patch)
tree14a9dec24b70f11b250fbfa58535352a0943f956 /CHANGELOG.md
parent4cf9fe96c6e03318a3748deb0338681360c57fdd (diff)
downloadsvg.js-5ed54e9fb58f6b17f897157226df7c91a2976943.tar.gz
svg.js-5ed54e9fb58f6b17f897157226df7c91a2976943.zip
update changelog according to last commit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6b4027..59c9e0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- replaced static reference to `clipper` in `SVG.ClipPath` with the `clipper()` method
- replaced static reference to `targets` in `SVG.Mask` and `SVG.ClipPath` with the `targets()` method
- moved all regexes to `SVG.regex` (in color, element, pointarray, style, transform and viewbox) -> __TODO!__
+- `svg()` will now return the element without svg-wrapper
### Fixed
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__