From 624130c7679879b0c92a72b3b4a9861e67c71a01 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 24 Jan 2022 18:36:08 +0000 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 8a969239e..ad3a8e8c5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +- [ufoLib] Fixed illegal characters and expanded reserved filenames (#2506). +- [COLRv1] Don't emit useless PaintColrLayers of lenght=1 in LayerListBuilder (#2513). +- [ttx] Removed legacy ``waitForKeyPress`` method on Windows (#2509). +- [pens] Added FreeTypePen that uses ``freetype-py`` and the pen protocol for + rasterizating outline paths (#2494). +- [unicodedata] Updated the script direction list to Unicode 14.0 (#2484). + Bumped unicodedata2 dependency to 14.0 (#2499). +- [psLib] Fixed type of ``fontName`` in ``suckfont`` (#2496). + 4.28.5 (released 2021-12-19) ----------------------------