From 02a2d9f184954b22926fe83801e59785e2290434 Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Tue, 5 Feb 2019 09:15:28 +0000 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 8ebf4be65..85bdfed43 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,11 @@ +- [varLib] ``load_masters()`` now actually assigns the fonts it loads to the + source.font attributes. +- [varLib] Fixed an MVAR table generation crash when sparse masters were + involved. +- [voltLib] ``parse_coverage_()`` returns a tuple instead of an ast.Enum. +- [feaLib] A MarkClassDefinition inside a block is no longer doubly indented + compared to the rest of the block. + 3.37.0 (released 2019-01-28) ----------------------------