From 1b67c062b04d473d6291c1fc47ec64c3a21d0ad6 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 28 Mar 2023 16:30:22 +0100 Subject: [PATCH] Update NEWS.rst --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 0ac26c575..85fa5633e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,8 @@ +- [sbix] Fixed TypeError when compiling empty glyphs whose imageData is None, regression + was introduced in v4.39 (#3059). +- [ttFont] Fixed AttributeError on python <= 3.10 when opening a TTFont from a tempfile + SpooledTemporaryFile, seekable method only added on python 3.11 (#3052). + 4.39.2 (released 2023-03-16) ----------------------------