****************
Breaking Changes
****************
******************************
Major Feature and Improvements
******************************
* Include `mgclient` to decouple pymgclient from the installed version of
`mgclient`, thus make the building and usage easier.
* Add support for macOS and Windows.
*********
Bug Fixes
*********
* Fix various memory leaks.
* Fix transaction handling when an error happens in explicit transactional
mode. The running transaction is reset and a new one is started with the
next command.