From bfd5e5675cb38fd4f0e0036a72e7a62aec9da3d9 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 6 Oct 2023 11:26:46 +0100 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index f55627841..67f6515a2 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,11 @@ +- [EBDT] Fixed TypeError exception in `_reverseBytes` method triggered when dumping + some bitmap fonts with `ttx -z bitwise` option (#3162). +- [v/hhea] Fixed UnboundLocalError exception in ``recalc`` method when no vmtx or hmtx + tables are present (#3290). +- [bezierTools] Fixed incorrectly typed cython local variable leading to TypeError when + calling ``calcQuadraticArcLength`` (#3288). +- [feaLib/otlLib] Better error message when building Coverage table with missing glyph (#3286). + 4.43.0 (released 2023-09-29) ----------------------------