- Makes glyph.image object “sticky”, just like lib objects (352) - Adds a `.tempLib` to `font`, `layer`, and `glyph` that is available for the life of the object and is never saved with the ufo. (367)
0.8.1
- Fixes behavior with `None` in removeObserver (https://github.com/robotools/defcon/pull/349)
0.8.0
- Resets glyph set on save (297) - Gives Anchors and Guidelines a glyph attribute (325) - Dispatcher enhancements (337) - Adds `__eq__` in BaseDict (344) - Contour handles a contour with all off curves (348)
0.7.2
- Name the wheel file as non-universal (py3-only).
0.7.1
- [setup.py] Mark library as requiring Python 3.6+, or else pip2 will attempt to install it on Python 2.7, which is no longer supported (293).