NEWS: add missing release dates

This commit is contained in:
Cosimo Lupo 2016-12-14 16:35:50 +00:00
parent 4f6147460d
commit 9193d6f55a
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

16
NEWS
View File

@ -1,18 +1,18 @@
## TTX/FontTools Version 3.3.0
## TTX/FontTools Version 3.3.0 (2016-12-06)
- [ttLib] Implemented STAT table from OpenType 1.8 (#758)
- [cffLib] Fixed decompilation of CFF fonts containing non-standard key/value pairs in FontDict (issue #740; PR #744)
- [py23] minor: in `round3` function, allow the second argument to be `None` (#757)
- The standalone `sstruct` and `xmlWriter` modules, deprecated since vesion 3.2.0, have been removed. They can be imported from the `fontTools.misc` package.
## TTX/FontTools Version 3.2.3
## TTX/FontTools Version 3.2.3 (2016-12-02)
- [py23] optimized performance of round3 function; added backport for py35 math.isclose() (9d8dacb)
- [subset] fixed issue with 'narrow' (UCS-2) Python 2 builds and --text/--text-file options containing non-BMP chararcters (16d0e5e)
- [varLib] fixed issuewhen normalizing location values (8fa2ee1, #749)
- [inspect] Made it compatible with both python2 and python3 (167ee60, #748). Thanks @pnemade
## TTX/FontTools Version 3.2.2
## TTX/FontTools Version 3.2.2 (2016-11-24)
- [varLib] Do not emit null axes in fvar (1bebcec). Thanks @robmck-ms
- [varLib] Handle fonts without GPOS (7915a45)
@ -20,12 +20,12 @@
- [subset] Fix subsetting MathVariants (78d3cbe)
- [OS/2] Fix "Private Use (plane 15)" range (08a0d55). Thanks @mashabow
## TTX/FontTools Version 3.2.1
## TTX/FontTools Version 3.2.1 (2016-11-03)
- [OS/2] fix checking `fsSelection` bits matching `head.macStyle` bits
- [varLib] added `--build-HVAR` option to generate `HVAR` table for fonts with TrueType outlines. For `CFF2`, it is enabled by default.
## TTX/FontTools Version 3.2.0
## TTX/FontTools Version 3.2.0 (2016-11-02)
- [varLib] Improve support for OpenType 1.8 Variable Fonts:
* Implement GDEF's VariationStore
@ -44,18 +44,18 @@
- [versioning] Use versioneer instead of setuptools_scm to dynamically load version info from a git checkout at import time.
- [feaLib] Support backslash-prefixed glyph names.
## TTX/FontTools Version 3.1.2
## TTX/FontTools Version 3.1.2 (2016-09-27)
- restore Makefile as an alternative way to build/check/install
- README.md: update instructions for installing package from source, and for running test suite
- NEWS: Change log was out of sync with tagged release
## TTX/FontTools Version 3.1.1
## TTX/FontTools Version 3.1.1 (2016-09-27)
- Fix 'ttLibVersion' attribute in TTX files still showing '3.0' instead of '3.1'.
- Use setuptools_scm to manage package versions.
## TTX/FontTools Version 3.1.0
## TTX/FontTools Version 3.1.0 (2016-09-26)
- [feaLib] New library to parse and compile Adobe FDK OpenType Feature files.
- [mtiLib] New library to parse and compile Monotype 'FontDame' OpenType Layout Tables files.