- Windows-specific fixes and CI configuration (Thanks Frazer McLean) - Several Unicode-specific fixes (Thanks Frazer McLean) - Documentation cleanups
0.11.2
--------------
Released on September 29th 2015
- Fix importing issue with SQLAlchemy ticketing handler
0.11.0
--------------
Released on September 29th 2015
- Added TRACE log level for enabling logs below DEBUG - Improved SQLAlchemy session management (thanks fintan) - Removed the ``bubble`` argument from NullHandler, preventing many future confusions
0.10.1
--------------
Released on August 4th 2015
- Small bugfix supporting exc_info=False without breaking formatting
0.10.0
--------------
Released on July 14th 2015
- Removed the global handler which was installed by default so far. The rationale is to ease adoption for 3rd party libraries who don't want output to go to stderr by default. The old behavior can still be restored by setting the LOGBOOK_INSTALL_DEFAULT_HANDLER environment variable - Fix small Python 3 compatibility issues