]> source.dussan.org Git - svg.js.git/commitdiff
update changelog according to last commit
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 16 Mar 2017 12:41:54 +0000 (13:41 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 16 Mar 2017 12:41:54 +0000 (13:41 +0100)
CHANGELOG.md

index c6b402786abb7269a80a83748a7e372878b3f378..59c9e0ee1c512c859837329c3d6b8c663542b3fc 100644 (file)
@@ -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!__