New features
* Add a new `output` option to the `parse` method, this deprecates the old `test` option (82)
* Update bundled MediaInfo to [v20.03](https://github.com/MediaArea/MediaInfoLib/releases/v20.03) (Windows and OSX wheels)
* Add support for os.PathLike objects (72)
Bug fixes
* Close and delete handle on errors to avoid memory leaks (79)
* Fix thread-safety that was broken since v4.1 (76 and 83), document multi-threading limitations
* Document Python 3.8 support
* Show the correct pymediainfo version in documentation builds