Update changelog [skip ci]

This commit is contained in:
Cosimo Lupo 2023-10-06 11:26:46 +01:00
parent 5c8bce194b
commit bfd5e5675c

View File

@ -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)
----------------------------