From fa081df05af4dc9ec1cb5646077f1eae2f7a2435 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 13 May 2021 15:55:47 +0100 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 39cdf760b..75a983ace 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,9 @@ +- [designspaceLib] Allow to use ``\\UNC`` absolute paths on Windows (#2299, #2306). +- [varLib.merger] Fixed bug where ``VarLibMergeError`` was raised with incorrect + parameters (#2300). +- [feaLib] Allow substituting a glyph class with ``NULL`` to delete multiple glyphs + (#2303). +- [glyf] Fixed ``NameError`` exception in ``getPhantomPoints`` (#2295, #2305). - [removeOverlaps] Retry pathops.simplify after rounding path coordinates to integers if it fails the first time using floats, to work around a rare and hard to debug Skia bug (#2288).