Update changelog

This commit is contained in:
Cosimo Lupo 2017-01-13 11:35:40 +00:00
parent ff07d30c33
commit 2c142d7390
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

2
NEWS
View File

@ -11,6 +11,8 @@
- [feaLib] The parser can now be extended to support non-standard statements in - [feaLib] The parser can now be extended to support non-standard statements in
FEA code by using a customized Abstract Syntax Tree. See, for example, FEA code by using a customized Abstract Syntax Tree. See, for example,
`feaLib.builder_test.test_extensions` and baseClass.feax (#794, fixes #773). `feaLib.builder_test.test_extensions` and baseClass.feax (#794, fixes #773).
- [feaLib] Added `feaLib` command to the 'fonttools' command-line tool; applies
a feature file to a font. `fonttools feaLib -h` for help.
- [ci] Measure test coverage on all supported python versions and OSes, combine - [ci] Measure test coverage on all supported python versions and OSes, combine
coverage data and upload to https://codecov.io/gh/fonttools/fonttools (#786) coverage data and upload to https://codecov.io/gh/fonttools/fonttools (#786)
- [ci] Configured Travis and Appveyor for running tests on Python 3.6 (#785, 55c03bc) - [ci] Configured Travis and Appveyor for running tests on Python 3.6 (#785, 55c03bc)