summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-03-03 12:00:22 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-03-03 12:00:22 +0100
commit31e94c28d85f676a0f4ec073a06435bc86b1dc73 (patch)
tree0b8075688109a4845ef13a2b783fb905a1f2661e /CHANGELOG.md
parent0b2cb052313e26c5626cdba3e58dea915f0aa444 (diff)
downloadsvg.js-31e94c28d85f676a0f4ec073a06435bc86b1dc73.tar.gz
svg.js-31e94c28d85f676a0f4ec073a06435bc86b1dc73.zip
removed `size()` from `SVG.Text` to avoid name clash
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6a8a71..ecdc100 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,8 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- removed `loaded()` and `error()` method on `SVG.Image` (#706)
- removed sub-pixel offset fix
- removed `SVG.Nested` (#809)
+- removed `show()` from `SVG.A` to avoid name clash (#802)
+- removed `size()` from `SVG.Text` to avoid name clash (#799)
### Changed
- gradients now have there corresponding node as type and not only radial/linear