- Bring QueueListener implementation in line with the version in the stdlib. - Fixed a bug in ColorizingStreamHandler relating to encoding.
0.3.4
-------------
- Return non-zero error code from "setup.py test" when a test fails. - Make the dictConfig tests work with both Python 2.x and 3.x.
0.3.3
-------------
- Added encoding support to ColorizingStreamHandler.
0.3.2
-------------
- Improvements in QueueListener implementation. - Added redis module with RedisQueueHandler and RedisQueueListener. - Added unit test for a handler in a module where absolute imports are used.
0.3.1
-------------
- Improvements in setup.py and documentation.
0.3
-----------
- Added caches for BraceMessage/DollarMessage. - Added ColorizingStreamHandler.