This removed the use of `parse_colors` directly in format strings, as it relied on an implementation specific detail of Python 2 and was broken on Python 3 (i.e. setting `__missing__` on an object's `__dict__`). It also adds some usage examples.
2.7.0
Adds a level based formatter - thanks mdraw! (https://github.com/borntyping/python-colorlog/pull/32)
2.4.0
- Allow use of the fg_ prefix for colors - Use esc(0) for the reset escape code - Fix bold background colors
2.3.1
- Added support for Windows using [colorama](https://pypi.python.org/pypi/colorama), thanks to nicoddemus 48e417be64c5a2f37c809c28f13b72121473012d - Added support for Wheels 02903d433475c59be4e87082cf3fc43a53b4b2d6
2.1.0
Adds module level functions that log to the root logger, and sets up a basic coloured logger when those modules are called and no handlers exist (in the same way the `logging` module does).
2.0.0
Stable release: `python-colorlog` is no longer marked as 'beta' software.