Update NEWS.rst

This commit is contained in:
Cosimo Lupo 2022-03-10 11:38:32 +00:00
parent d3eb079c5d
commit 5e7bc97210

View File

@ -1,3 +1,12 @@
- [varLib] Added debug logger showing the glyph name for which ``gvar`` is built (#2542).
- [varLib.errors] Fixed undefined names in ``FoundANone`` and ``UnsupportedFormat``
exceptions (ac4d5611).
- [otlLib.builder] Added ``windowsNames`` and ``macNames`` (bool) parameters to the
``buildStatTabe`` function, so that one can select whether to only add one or both
of the two sets (#2528).
- [t1Lib] Added the ability to recreate PostScript stream (#2504).
- [name] Added ``getFirstDebugName``, ``getBest{Family,SubFamily,Full}Name`` methods (#2526).
4.29.1 (released 2022-02-01)
----------------------------