]> source.dussan.org Git - svg.js.git/commitdiff
update changelog
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Wed, 8 Mar 2017 18:38:56 +0000 (19:38 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Wed, 8 Mar 2017 18:38:56 +0000 (19:38 +0100)
CHANGELOG.md

index 446a6d619d0906431e974ea13fa62557d8024c4b..a28783c07cb3ef598b91950662454a57b0c47078 100644 (file)
@@ -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