diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-08 19:38:56 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-08 19:38:56 +0100 |
commit | eb17e6477a6ec62a05d4d6630c8fdcf5c6291b06 (patch) | |
tree | 1e8cd8d05fa3f585e8438b0ae54aa0c481243dc3 | |
parent | 5587dd76de4d17038111e713d135e8a0a4f17453 (diff) | |
download | svg.js-eb17e6477a6ec62a05d4d6630c8fdcf5c6291b06.tar.gz svg.js-eb17e6477a6ec62a05d4d6630c8fdcf5c6291b06.zip |
update changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 446a6d6..a28783c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - deprecated `.tbox()`. `.tbox()` now map to `.rbox()`. If you are using `.tbox()`, you can substitute it with `.rbox()` (#594, #602) - all boxes now accept 4 values or an object on creation - `el.rbox()` now always returns the right boxes in screen coordinates and has an additional paramater to transform the box into other coordinate systems +- `font()` method can now be used like `attr()` method (#620) ### Fixed - fixed a bug in the plain morphing part of `SVG.MorphObj` that is in the FX module |