diff options
author | Saivan <savian@me.com> | 2018-03-04 20:58:07 +1100 |
---|---|---|
committer | Saivan <savian@me.com> | 2018-03-04 20:58:07 +1100 |
commit | 026e991251afd0756b84b5160d640d13746dfd89 (patch) | |
tree | 6c8c0f5a41b78bb6ae348bb583ce58ef8945b376 /CHANGELOG.md | |
parent | 59efb1e9e9b3b03ed5040d60b9576278bfd66399 (diff) | |
parent | 31e94c28d85f676a0f4ec073a06435bc86b1dc73 (diff) | |
download | svg.js-026e991251afd0756b84b5160d640d13746dfd89.tar.gz svg.js-026e991251afd0756b84b5160d640d13746dfd89.zip |
Integrated the transformations into the changes in 3.0.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b6623ca..f7d7625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,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 |