From 80257df63df811c0c1c1d1a4e357892e6ee044ce Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 13 Sep 2020 18:20:08 -0400 Subject: [PATCH] [CHANGELOG.md] v2.0.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369cd16..97df0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v2.0.0 + +Backwards incompatible gasp table change introduced in this release + +- modified dehinted gasp table definition to grayscale, symmetric smoothing behavior (bit flag 0x000A). The previous default was bit flag 0x000f which defines gridfit, grayscale, symmetric gridfit, symmetric smoothing. Our previous default is the *default* behavior in `ttfautohint -d` to our knowledge. This change is a departure from the `ttfautohint -d` default behavior. (pull request #39, thanks Aaron!) +- added type hints and mypy static type checking +- updated fontTools dependency to v4.14.0 +- black source formatting applied to Python sources + ## v1.0.0 - updated fontTools and associated dependencies to v4.6.0 release