summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-02-28 13:51:21 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-02-28 13:51:21 +0100
commitb2a855e196e09821e0b8463bd5fbd404d5740ed4 (patch)
treed90b5694be435b99b7fa1bccfe28401bab99d57b /CHANGELOG.md
parentfa5b44bad00b9a44de551552510a07ea94200386 (diff)
downloadsvg.js-b2a855e196e09821e0b8463bd5fbd404d5740ed4.tar.gz
svg.js-b2a855e196e09821e0b8463bd5fbd404d5740ed4.zip
update changelog
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 0dbcbab..1d90ded 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,6 +48,8 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- fixed a bug in the plain morphing part of `SVG.MorphObj` that is in the FX module
- viewbox now also accepts strings and arrays as constructor arguments
- `SVG.Array` now accepts a comma seperated string and returns array of numbers instead of strings
+- `SVG.Matrix` now accepts an array as input
+- `SVG.Element.matrix()` now accepts also 6 values
====