From: Ulrich-Matthias Schäfer Date: Wed, 8 Mar 2017 18:38:56 +0000 (+0100) Subject: update changelog X-Git-Tag: 2.5.0~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eb17e6477a6ec62a05d4d6630c8fdcf5c6291b06;p=svg.js.git update changelog --- 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