Skip to content

Commit

Permalink
Update changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Apr 28, 2020
1 parent 9279f93 commit 3f7b042
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- [subset] Fixed subsetting of FeatureVariations table. The subsetter no longer drops
FeatureVariationRecords that have empty substitutions as that will keep the search
going and thus change the logic. It will only drop empty records that occur at the
end of the FeatureVariationRecords array (#1881).
- [agl] Add support for legacy Adobe Glyph List of glyph names in ``fontTools.agl``
(#1895).
- [feaLib] Ignore superfluous script statements (#1883).
- [feaLib] Hide traceback by default on ``fonttools feaLib`` command line.
Use ``--traceback`` option to show (#1898).
- [feaLib] Check lookup index in chaining sub/pos lookups and print better error
message (#1896, #1897).
- [feaLib] Fix building chained alt substitutions (#1902).
- [Doc] Included all fontTools modules in the sphinx-generated documentation, and
published it to ReadTheDocs for continuous documentation of the fontTools project
(#1333). Check it out at https://fonttools.readthedocs.io/. Thanks to Chris Simpkins!


4.8.1 (released 2020-04-17)
---------------------------

Expand Down

0 comments on commit 3f7b042

Please sign in to comment.