Update changelog

This commit is contained in:
Cosimo Lupo 2017-01-14 12:11:38 +00:00
parent 29f0a99a06
commit 69a532cfbb
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

2
NEWS
View File

@ -13,6 +13,8 @@
`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 - [feaLib] Added `feaLib` command to the 'fonttools' command-line tool; applies
a feature file to a font. `fonttools feaLib -h` for help. a feature file to a font. `fonttools feaLib -h` for help.
- [pens] The `T2CharStringPen` now takes an optional `roundTolerance` argument
to control the rounding of coordinates (#804, fixes #769).
- [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)