From ecd96cfdbc986cc31f40dd061a3ec65274ef84a9 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 28 May 2019 12:05:41 +0100 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index a70ad80f2..e425462a3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,14 @@ +- [OS/2] Fixed sign of ``fsType``: it should be ``uint16``, not ``int16`` (#1619). +- [subset] Skip out-of-range class values in mark attachment (#1478). +- [fontBuilder] Add an empty ``DSIG`` table with ``setupDummyDSIG`` method (#1621). +- [varLib.merger] Fixed bug whereby ``GDEF.GlyphClassDef`` were being dropped + when generating instance via ``varLib.mutator`` (#1614). +- [varLib] Added command-line options ``-v`` and ``-q`` to configure logging (#1613). +- [subset] Update font extents in head table (#1612). +- [subset] Make --retain-gids truncate empty glyphs after the last non-empty glyph + (#1611). +- [requirements] Updated ``unicodedata2`` backport for Unicode 12.0. + 3.41.2 (released 2019-05-13) ----------------------------