From c0c89e1ed2fd7fa4fdc531915f8359f16b3e5c73 Mon Sep 17 00:00:00 2001 From: rsheeter Date: Thu, 14 Nov 2024 08:29:23 -0800 Subject: [PATCH] Update news.rst for next release --- NEWS.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index ec3edeb35..42bc3ae41 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,19 @@ + +- [cffLib.specializer] Adjust stack use calculation (#3689) +- [varLib] Lets not add mac names if the rest of name doesn't have them (#3688) +- [ttLib.reorderGlyphs] Update CFF table charstrings and charset (#3682) +- [cffLib.specializer] Add cmdline to specialize a CFF2 font (#3675, #3679) +- [CFF2] Lift uint16 VariationStore.length limitation (#3674) +- [subset] consider variation selectors subsetting cmap14 (#3672) +- Introducing fontTools Guru on Gurubase.io (#3671) +- [varLib.interpolatable] Support CFF2 fonts (#3670) +- Set isfinal to true in XML parser for proper resource cleanup (#3669) +- [removeOverlaps] Fix CFF CharString width (#3659) +- [glyf] Add optimizeSize option (#3657) +- Python 3.13 support (#3656) +- [TupleVariation] Optimize for loading speed, not size (#3650, #3653) + + 4.54.1 (released 2024-09-24) ----------------------------