From 967cad9f31ef19bbeefa3892a52e1573a27f3213 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 23 Nov 2023 09:23:15 +0000 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 51ddae0cc..9d2661b5f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,7 +1,11 @@ +- [varLib.interpolatable] Various bugfixes and improvements, better reporting, reduced + false positives. +- [ttGlyphSet] Added option to not recalculate glyf bounds (#3348). + 4.45.0 (released 2023-11-20) ---------------------------- -- [varLib.interpolator] Vastly improved algorithms. Also available now is ``--pdf`` +- [varLib.interpolatable] Vastly improved algorithms. Also available now is ``--pdf`` and ``--html`` options to generate a PDF or HTML report of the interpolation issues. The PDF/HTML report showcases the problematic masters, the interpolated broken glyph, as well as the proposed fixed version.