summaryrefslogtreecommitdiff
path: root/NEWS.txt
blob: 026a0a327674a46c66d13863bb03b1f59babe197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
What's New in logutils
======================

Version 0.3
-----------

- Added caches for BraceMessage/DollarMessage.

- Added ColorizingStreamHandler.


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
-----------

First public release.