summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2017-02-23 19:38:00 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2017-02-23 21:15:52 +0100
commitd0ab36f7db15053c4fdda6d71906fd0dd8fd8be0 (patch)
tree9d93479bd76c1ea3638f495b9bd95ec4a89090ed /CHANGELOG.md
parentceaf24d5a25bc815148d10eaea3112eb6ecf8488 (diff)
downloadsvg.js-d0ab36f7db15053c4fdda6d71906fd0dd8fd8be0.tar.gz
svg.js-d0ab36f7db15053c4fdda6d71906fd0dd8fd8be0.zip
remove SVG.TBox
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18e0f86..72436d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,9 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
### Fixed
- fixed a bug in the plain morphing part of `SVG.MorphObj` that is in the FX module
+### Removed
+- removed `.tbox()`. If you were using `.tbox()`, you can substitute it with `.rbox()` (#594, #602)
+
====