aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-05-20 09:36:17 +1000
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-05-20 09:36:17 +1000
commit0890c4d55fd39356347a5e7a2bb37c9436d2555c (patch)
tree7e268897fc3c33472576a77f2cc95c05aa73b969 /CHANGELOG.md
parent4ea53725a9021a136f6d81122dd78dc97a3e7da0 (diff)
downloadsvg.js-0890c4d55fd39356347a5e7a2bb37c9436d2555c.tar.gz
svg.js-0890c4d55fd39356347a5e7a2bb37c9436d2555c.zip
added geometry and positioning methods to `A` (#1110)
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 90bd0f5..20b163c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -54,6 +54,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- added possibility to pass a transform object to `PointArray.transform()` similar to Point
- added `with-last` as `when` to `animate` and `schedule` to let an animation start with the start of the last one in the timeline
- added lots of tests in es6 format
+ - added geometry and positioning methods to `A` (#1110)
### Deleted
- deleted undocumented `Matrix.compose()` method which did the same as `new Matrix()` or `Matrix.transform()`