Skip to content

Commit 80257df

Browse files
committed
[CHANGELOG.md] v2.0.0
1 parent 8429037 commit 80257df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v2.0.0
4+
5+
Backwards incompatible gasp table change introduced in this release
6+
7+
- 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!)
8+
- added type hints and mypy static type checking
9+
- updated fontTools dependency to v4.14.0
10+
- black source formatting applied to Python sources
11+
312
## v1.0.0
413

514
- updated fontTools and associated dependencies to v4.6.0 release

0 commit comments

Comments
 (0)