Update changelog [skip ci]

This commit is contained in:
Cosimo Lupo 2020-06-09 12:13:48 +01:00
parent 90c7c7fae1
commit 4018a05762
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -1,3 +1,14 @@
- [otlLib/varLib] Ensure that the ``AxisNameID`` in the ``STAT`` and ``fvar``
tables is grater than 255 as per OpenType spec (#1985, #1986).
- [docs] Document more modules in ``fontTools.misc`` package: ``filenames``,
``fixedTools``, ``intTools``, ``loggingTools``, ``macCreatorType``, ``macRes``,
``plistlib`` (#1981).
- [OS/2] Don't calculate whole sets of unicode codepoints, use faster and more memory
efficient ranges and bisect lookups (#1984).
- [voltLib] Support writing back abstract syntax tree as VOLT data (#1983).
- [voltLib] Accept DO_NOT_TOUCH_CMAP keyword (#1987).
- [subset/merge] Fixed a namespace clash involving a private helper class (#1955).
4.11.0 (released 2020-05-28) 4.11.0 (released 2020-05-28)
---------------------------- ----------------------------