Update NEWS.rst [skip ci]

This commit is contained in:
Cosimo Lupo 2019-01-17 16:58:41 +00:00
parent 7a2fea9843
commit 82702430d5
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -1,3 +1,18 @@
- [ttx] Added ``--no-recalc-timestamp`` option to keep the original font's
``head.modified`` timestamp (#1455, #46).
- [ttx/psCharStrings] Fixed issues while dumping and round-tripping CFF2 table
with ttx (#1451, #1452, #1456).
- [voltLib] Fixed check for duplicate anchors (#1450). Don't try to read past
the ``END`` operator in .vtp file (#1453).
- [varLib] Use sentinel value -0x8000 (-32768) to ignore post.underlineThickness
and post.underlinePosition when generating MVAR deltas (#1449,
googlei18n/ufo2ft#308).
- [subset] Added ``--retain-gids`` option to subset font without modifying the
current glyph indices (#1443, #1447).
- [ufoLib] Replace deprecated calls to ``getbytes`` and ``setbytes`` with new
equivalent ``readbytes`` and ``writebytes`` calls. ``fs`` >= 2.2 no required.
- [varLib] Allow loading masters from TTX files as well (#1441).
3.35.2 (released 2019-01-14)
----------------------------