--------------------------- This release only supports Python 3, if you need Python 2 support, use 0.8.9.
- 2019-08-30: Remove Python 2 support. - 2019-08-30: Change rounding to always round to the higher number, matching what fontTools does for anything visual.
Note: This will be one of the last releases to support Python2.
0.8.8
--------------------------- - 2019-08-23: Fix `removeOverlap` and add `removeOverlap` to fontShell. - 2019-07-23: Added support for `fileStructure`, for UFOZ. - 2019-06-07: Allow first point of a contour to be smooth.
0.8.7
--------------------------- - 2019-06-04: Change `RemovedWarning` to `RemovedError` - 2019-03-26: Set the first layer in `layerOrder` as the default layer for `font.interpolate` - 2019-03-18: A missing glyph in a `get` or `del` now returns `KeyError`
0.8.6
--------------------------- - 2019-03-15: Fixed how `bPoint` reports curve types, tangents are now reported as curve. - 2019-01-30: Fix `OpenFont` in fontShell. - 2019-01-15: One more fix for RFont (thanks madig!)
0.8.5
--------------------------- - 2018-12-17: Improve glyph insert, only clear if the glyph is already in the font. - 2018-12-17: Fix for `RFont` and `fs` - 2018-12-14: Added a `getFlatKerning` method to `Font`. Thanks typemytype - 2018-12-14: Fixed glyph order being modified when a glyph is overwritten (thanks justvanrossum for reporting, typemytype for fixing)