summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2017-06-24 15:47:36 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2017-06-24 15:47:36 +0100
commit045596c6b95d7673534e2c16b9fda7eb67f2c9ce (patch)
tree22717bdc5a51de7ee7e580f4f94180011f8807c9
parent1ece982aae150e44631af6c771393fc5df8aeae1 (diff)
downloadlogutils-045596c6b95d7673534e2c16b9fda7eb67f2c9ce.tar.gz
Updated change history.0.3.5
-rw-r--r--NEWS.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/NEWS.txt b/NEWS.txt
index ef7d7e3..4351501 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -5,6 +5,12 @@
What's New in logutils
======================
+Version 0.3.5
+-------------
+
+- Bring QueueListener implementation in line with the version in the stdlib.
+- Fixed a bug in ColorizingStreamHandler relating to encoding.
+
Version 0.3.4
-------------
@@ -20,10 +26,8 @@ Version 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.
+- Added redis module with RedisQueueHandler and RedisQueueListener.
+- Added unit test for a handler in a module where absolute imports are used.
Version 0.3.1
-------------