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
commit66d55fae0cb3a94bc6a25af8e7c3dff2535a1b02 (patch)
tree849697fbb72448d4b52596fd540cd02cb61bc076
parent1a6ffacb0bf681ab669676e008a363e2d8cbbcb4 (diff)
downloadlogutils-git-66d55fae0cb3a94bc6a25af8e7c3dff2535a1b02.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
-------------