Update NEWS.rst

This commit is contained in:
Jany Belluz 2021-07-05 17:34:12 +01:00
parent 2ff3159a5f
commit 731845c1b8

View File

@ -15,6 +15,11 @@
- [post] Fixed parsing ``post`` table format 2.0 when it contains extra garbage - [post] Fixed parsing ``post`` table format 2.0 when it contains extra garbage
at the end of the stringData array (#2314). at the end of the stringData array (#2314).
- [subset] drop empty features unless 'size' with FeatureParams table (#2324). - [subset] drop empty features unless 'size' with FeatureParams table (#2324).
- [otlLib] Added ``otlLib.optimize`` module; added GPOS compaction algorithm.
The compaction can be run on existing fonts with ``fonttools otlLib.optimize``
or using the snippet ``compact_gpos.py``. There's experimental support for
compacting fonts at compilation time using an environment variable, but that
might be removed later (#2326).
4.24.4 (released 2021-05-25) 4.24.4 (released 2021-05-25)
---------------------------- ----------------------------