1###############################
2Changelog
3###############################
4
5******************************
60.5.0
7******************************
8*XXX Unreleased*
9
10- add a NOTICE level between INFO and WARNING
11- add sameValue, sameItem, drop helper functions to lib.converter
12- support {}, %, $ as style aliases.
13- PEP8 name compliance
14- add logging_compat module for compatibility with stlib's logging
15
160.4.7
17******************************
18*03/09/2015*
19- add missing classifiers to setup.py
20
21******************************
220.4.6
23******************************
24*03/09/2015*
25- also suppress newlines in fields output
26- Python 3 support
27
28******************************
290.4.5
30******************************
31*03/18/2013*
32- documentation update, move to Github
33
34******************************
350.4.4
36******************************
37*07/12/2011*
38- support Python 2.6
39
40******************************
410.4.3
42******************************
43*12/20/2010*
44- add check for Python >= 2.7 to setup.py, to reduce invalid bug reports.
45
46
47******************************
480.4.2
49******************************
50*11/11/2010*
51- fix broken installer
52
53******************************
540.4.1
55******************************
56*11/8/2010*
57
58- full test coverage; numerous bug fixes
59- add close_atexit parameter to Outputs
60- replace DequeOutput with ListOutput
61- deprecate features, pending a rewrite in 0.5
62- minor internal API changes
63
64******************************
650.4.0
66******************************
67*10/18/2010*
68
69First serious public release
70
71