Skip to content

Commit

Permalink
[CHANGELOG.md] v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Sep 13, 2020
1 parent 8429037 commit 80257df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 80257df

Please sign in to comment.