================ Changelog maintenance automated and latest changelog available at `github release page <https://github.com/MongoEngine/flask-mongoengine/releases>`_.
Use version 0.9.5 if old dependencies required.
0.9.5
================ - Disable flake8 on travis. - Correct `Except` clauses in code. - Fix warning about undefined unicode variable in orm.py with python 3
0.9.4
================ - ADDED: Support for `MONGODB_CONNECT` mongodb parameter (321) - ADDED: Support for `MONGODB_TZ_AWARE` mongodb parameter.
0.9.3
================ - Fix test and mongomock (304) - Run Travis builds in a container-based environment (301)
0.9.2
================ - Travis CI/CD pipeline update to automatically publish 0.9.1.
0.9.1
================ - Fixed setup.py for various platforms (298). - Added Flask-WTF v0.14 support (294). - MongoEngine instance now holds a reference to a particular Flask app it was initialized with (261).