summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-19 21:49:21 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-19 21:49:21 +0100
commit2b37d7ba5b4267b39c86f9aba5fb14a1b376e846 (patch)
tree279c1feafcc398fa43aef375ae995068c6093ed1 /CHANGELOG.md
parent9943813f3779d2ede508a90dadd087fc0ad12f1f (diff)
downloadsvg.js-2b37d7ba5b4267b39c86f9aba5fb14a1b376e846.tar.gz
svg.js-2b37d7ba5b4267b39c86f9aba5fb14a1b376e846.zip
rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)
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 87c12f8..9eeba9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -84,6 +84,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- `fill()` and `stroke()` return the fill and stroke attribute when called as getter (#789)
- `parents()` now gives back all parents until the passed one or document
- `Image` callback passes normal `load` event instead of custom object (#931)
+- renamed `Doc` to `Svg` and `doc()` to `root` (and `toDoc()/toRoot()`) (#932)
### Fixed
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__