###############################
Changelog
###############################

******************************
0.5.0
******************************
*XXX Unreleased*

- add a NOTICE level between INFO and WARNING
- add sameValue, sameItem, drop helper functions to lib.converter
- support {}, %, $ as style aliases.
- PEP8 name compliance
- add logging_compat module for compatibility with stlib's logging

******************************
0.4.7
******************************
*03/09/2015*
- add missing classifiers to setup.py

******************************
0.4.6
******************************
*03/09/2015*
- also suppress newlines in fields output
- Python 3 support

******************************
0.4.5
******************************
*03/18/2013*
- documentation update, move to Github

******************************
0.4.4
******************************
*07/12/2011*
- support Python 2.6

******************************
0.4.3
******************************
*12/20/2010*
- add check for Python >= 2.7 to setup.py, to reduce invalid bug reports.


******************************
0.4.2
******************************
*11/11/2010*
- fix broken installer

******************************
0.4.1
******************************
*11/8/2010*

- full test coverage; numerous bug fixes
- add close_atexit parameter to Outputs
- replace DequeOutput with ListOutput
- deprecate features, pending a rewrite in 0.5
- minor internal API changes

******************************
0.4.0
******************************
*10/18/2010*

First serious public release

