* Fix crash in `ask_password` when password was empty. * Let the `KeyboardInterrput` exception propagate back to the caller instead of catching it ourselves and returning `None`. Reported by theodelrieu
0.7.0
Add `ask_password` and `read_pasword`. Patch by drazisil
0.6.0
* Export ``Color`` class.
That way you can define your own colors if you need to.
0.5.0
* Export a `Symbol` class, to use when you do not want to force color as with `UnicodeSequence`
(Thanks, arnaudgelas)
0.4.0
* Expose the previously private ``UnicodeSequence`` class.
0.3.0
* Add `info_section`
* Cosmetic changes about prefixes for `debug`, `warn` and `error` messages. (See `6 for the details)