Update changelog [skip ci]

This commit is contained in:
Cosimo Lupo 2019-01-28 21:54:33 +00:00
parent 354b89c068
commit 6755c2dffa
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -1,3 +1,16 @@
- [svgLib] Added support for converting elliptical arcs to cubic bezier curves
(#1464).
- [py23] Added backport for ``math.isfinite``.
- [varLib] Apply HIDDEN flag to fvar axis if designspace axis has attribute
``hidden=1``.
- Fixed "DeprecationWarning: invalid escape sequence" in Python 3.7.
- [voltLib] Fixed parsing glyph groups. Distinguish different PROCESS_MARKS.
Accept COMPONENT glyph type.
- [feaLib] Distinguish missing value and explicit ``<NULL>`` for PairPos2
format A (#1459). Round-trip ``useExtension`` keyword. Implemented
``ValueRecord.asFea`` method.
- [subset] Insert empty widths into hdmx when retaining gids (#1458).
3.36.0 (released 2019-01-17)
----------------------------