diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-02-28 13:51:21 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-02-28 13:51:21 +0100 |
commit | b2a855e196e09821e0b8463bd5fbd404d5740ed4 (patch) | |
tree | d90b5694be435b99b7fa1bccfe28401bab99d57b /CHANGELOG.md | |
parent | fa5b44bad00b9a44de551552510a07ea94200386 (diff) | |
download | svg.js-b2a855e196e09821e0b8463bd5fbd404d5740ed4.tar.gz svg.js-b2a855e196e09821e0b8463bd5fbd404d5740ed4.zip |
update changelog
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 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 ==== |