From ba70056dacf2492bf7fad33e2f2d94fb2034e75c Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 29 Apr 2019 12:39:12 +0200 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index c2d1c9fdd..fcf35308d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,18 @@ +- [varLib/cffLib] Added support for building ``CFF2`` variable font from sparse + masters, or masters with more than one model (multiple ``VarStore.VarData``). + In ``cffLib.specializer``, added support for ``CFF2`` CharStrings with + ``blend`` operators (#1547, #1591). +- [subset] Fixed subsetting ``HVAR`` and ``VVAR`` with ``--retain-gids`` option, + and when advances mapping is null while sidebearings mappings are non-null + (#1587, #1588). +- Added ``otlLib.maxContextCalc`` module to compute ``OS/2.usMaxContext`` value. + Calculate it automatically when compiling features with feaLib. Added option + ``--recalc-max-context`` to ``subset`` module (#1582). +- [otBase/otTables] Fixed ``AttributeError`` on missing OT table fields after + importing font from TTX (#1584). +- [Silf] Fixed typo ``Silf`` table's ``decompile`` method (#1586). +- [otlLib] Better compress ``GPOS`` SinglePos (LookupType 1) subtables (#1539). + 3.40.0 (released 2019-04-08) ----------------------------