Updated changelog [skip ci]

This commit is contained in:
Cosimo Lupo 2019-04-08 17:43:02 +01:00
parent 0cf54802c5
commit ec10a1f8b1
No known key found for this signature in database
GPG Key ID: 20D4A261E4A0E642

View File

@ -1,3 +1,18 @@
- [subset] Fixed error while subsetting ``VVAR`` with ``--retain-gids``
option (#1552).
- [designspaceLib] Use up-to-date default location in ``findDefault`` method
(#1554).
- [voltLib] Allow passing file-like object to Parser.
- [arrayTools/glyf] ``calcIntBounds`` (used to compute bounding boxes of glyf
table's glyphs) now uses ``otRound`` instead of ``round3`` (#1566).
- [svgLib] Added support for converting more SVG shapes to path ``d`` strings
(ellipse, line, polyline), as well as support for ``transform`` attributes.
Only ``matrix`` transformations are currently supported (#1564, #1564).
- [varLib] Added support for building ``VVAR`` table from ``vmtx`` and ``VORG``
tables (#1551).
- [fontBuilder] Enable making CFF2 fonts with ``post`` table format 2 (#1557).
- Fixed ``DeprecationWarning`` on invalid escape sequences (#1562).
3.39.0 (released 2019-03-19)
----------------------------