Update changelog

This commit is contained in:
Cosimo Lupo 2019-05-13 10:20:07 +01:00
parent 4872c02b32
commit 2a820a2d16
No known key found for this signature in database
GPG Key ID: 20D4A261E4A0E642

View File

@ -1,3 +1,14 @@
- [designspaceLib] Added ``loadSourceFonts`` method to load source fonts using
custom opener function (#1606).
- [head] Round font bounding box coordinates to integers to fix compile error
if CFF font has float coordinates (#1604, #1605).
- [feaLib] Don't write ``None`` in ``ast.ValueRecord.asFea()`` (#1599).
- [subset] Fixed issue ``AssertionError`` when using ``--desubroutinize`` option
(#1590, #1594).
- [graphite] Fixed bug in ``Silf`` table's ``decompile`` method unmasked by
previous typo fix (#1597). Decode languange code as UTF-8 in ``Sill`` table's
``decompile`` method (#1600).
3.41.0 (released 2019-04-29) 3.41.0 (released 2019-04-29)
---------------------------- ----------------------------
@ -13,7 +24,7 @@
``--recalc-max-context`` to ``subset`` module (#1582). ``--recalc-max-context`` to ``subset`` module (#1582).
- [otBase/otTables] Fixed ``AttributeError`` on missing OT table fields after - [otBase/otTables] Fixed ``AttributeError`` on missing OT table fields after
importing font from TTX (#1584). importing font from TTX (#1584).
- [Silf] Fixed typo ``Silf`` table's ``decompile`` method (#1586). - [graphite] Fixed typo ``Silf`` table's ``decompile`` method (#1586).
- [otlLib] Better compress ``GPOS`` SinglePos (LookupType 1) subtables (#1539). - [otlLib] Better compress ``GPOS`` SinglePos (LookupType 1) subtables (#1539).
3.40.0 (released 2019-04-08) 3.40.0 (released 2019-04-08)