Fixes readline support on windows

Closes #60
This commit is contained in:
Manuel Ebert 2013-04-17 10:50:03 +02:00
parent 36fe783e5e
commit 9b0bee0637
3 changed files with 10 additions and 4 deletions

View file

@ -6,6 +6,8 @@ Changelog
* [Improved] Installs pycrypto by default
* [Improved] Removed clint in favour of colorama
* [Fixed] Fixed a bug where showing tags failed when no tags are defined.
* [Fixed] Improvements to config parsing (Thanks [alapolloni](https://github.com/alapolloni))
* [Fixed] Fixes readline support on Windows
* [Fixed] Smaller fixes and typos
### 1.0.1 (March 12, 2013)