summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index abffcf3..5f5f32a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,20 @@
What's New in logutils
======================
+Version 0.2
+-----------
+
+- Updated docstrings for improved documentation.
+- Added hasHanders() function.
+- Changed LoggerAdapter.hasHandlers() to use logutils.hasHandlers().
+- Documentation improvements.
+- NullHandler moved to logutils package (from queue package).
+- Formatter added to logutils package. Adds support for {}- and $-formatting
+ in format strings, as well as %-formatting.
+- BraceMessage and DollarMessage classes added to facilitate {}- and $-
+ formatting in logging calls (as opposed to Formatter formats).
+- Added some more unit tests.
+
Version 0.1
-----------