Update changelog [skip ci]

This commit is contained in:
Cosimo Lupo 2020-02-03 15:41:48 +00:00
parent 1c2fb0e3ef
commit 9d454c2079
No known key found for this signature in database
GPG Key ID: 20D4A261E4A0E642

View File

@ -1,5 +1,7 @@
- [EBLC/CBLC] Fixed incorrect padding length calculation for Format 3 IndexSubTable
(#1817, #1818).
- [varLib] Fixed error when merging OTL tables and TTFonts were loaded as ``lazy=True``
(#1808, #1809).
- [varLib] Allow to use master fonts containing ``CFF2`` table when building VF (#1816).
- [ttLib] Make ``recalcBBoxes`` option work also with ``CFF2`` table (#1816).
- [feaLib] Don't reset ``lookupflag`` in lookups defined inside feature blocks.