- ufoLib now requires the `fs` module, also know as `pyfilesystem2`. It will be installed automatically when installing ufoLib via `pip`.
https://pypi.org/project/fs/
https://github.com/PyFilesystem/pyfilesystem2
- Added support for reading and writing UFOZ, an alternative zip-compressed UFO file format.
- Moved test suite outside of the ufoLib package, in an external 'tests' folder.
- Removed deprecated function `convertUFOFormatVersion1ToFormatVersion2`.
- Changed license to MIT License.
**NOTE**: Except for bug fixes, v3.0 will be the last release for ufoLib as a standalone package. From now on, development will continue over at the https://github.com/fonttools/fonttools project.