summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-09-27 13:35:47 +1000
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-09-27 13:35:47 +1000
commit99e176f76332b47a6c026dbd9dcf7742191b8b29 (patch)
tree18fe3fbadb6fde0ca05b75ae09d7510de0a17ed0 /CHANGELOG.md
parent3f78cb81973f9c6c9a0754a555c939e81d24a1ff (diff)
downloadsvg.js-99e176f76332b47a6c026dbd9dcf7742191b8b29.tar.gz
svg.js-99e176f76332b47a6c026dbd9dcf7742191b8b29.zip
fix `clone()` to return the correct instance (#1154)
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 0fcb9a4..bef8cc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- fixed internals of ObjectBag which can hold other Morphable values now
- fixed animate transform which didnt change its origin on retarget for declaritive animations
- fixed path parsing (#1145)
+ - fixed `clone()` to return the correct instance (#1154)
### Added
- added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058)