aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-04-04 21:25:32 +1000
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-04-04 21:25:32 +1000
commit8a6b109353d1e3ff24b996ffa3f412fb2f94de90 (patch)
tree916b489b3877ce27c44b7efe3d0851216d616986 /CHANGELOG.md
parent7547a6a45818bcfefd545da4697196b81bd8da5b (diff)
downloadsvg.js-8a6b109353d1e3ff24b996ffa3f412fb2f94de90.tar.gz
svg.js-8a6b109353d1e3ff24b996ffa3f412fb2f94de90.zip
renamed removeNamespace()
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e39de5e..1152156 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,8 +20,8 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- fixed adopter when adopting an svg/html string. It had still its wrapper as parentNode attached
- fixed `put()` which correctly creates an svgjs object from the passed element now before returning
- fixed `parent()` which correctly returns null if direct parent is the document or a document-fragment
- - fixed `add()` which correctly removes namespaces of non-root svg elements now when added to another svg element
- - fixed `isRoot()` which correctly returns false, if the element is in a document-fragment (#1081)
+ - fixed `add()` which correctly removes namespaces of non-root svg elements now when added to another svg element (#1086)
+ - fixed `isRoot()` which correctly returns false, if the element is in a document-fragment
### Added
- added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058)