From 9d454c2079da4bae1ee41cad3e57f0822bc2a401 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 3 Feb 2020 15:41:48 +0000 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index cc0ec2972..7f1f96942 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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.