* Added Pythonic interface to Readline functions and variables * Added Readline-aware logging handler
0.8.0
------------------
* Added ``add_function`` for registering custom bindable functions * Set minimum colorama version to prevent crashing bug on Windows
0.7.0
------------------
* Reorganised package to expose the Readline instance at ``pygnurl.readline`` * Updated PYTHONSTARTUP script to deconflict with ``sys.__interactivehook__``
0.6.1
------------------
* Fixed a bug where IPython printed a traceback after an output line on Windows * Fixed compatibility with IPython on Python 3 on Windows
0.6.0
------------------
* Added support for IPython
0.5.0
------------------
* Added sample PYTHONSTARTUP script * Fixed assorted minor bugs