* Add copyright & licensing info to every file, as requested by a large downstream project which has problems making sure that all 3rd party contributions have appropriate license.
0.2.5
* Several documentation & demo fixes.
0.2.4
* Fix to work on Windows 7. * Python 3 compatibility in docs and demos. * Add handling for 'cursor up' and 'get position' ANSI codes.
0.2.3
* Split changelog out into separate file.
0.2.2
* Fix bug which caused init() to raise, introduced in 0.2.1. * Remove asserts which cause problems in various circumstances. At least some users saw asserts fail on 'success' returned from win32 functions, even though the win32 functions appear to have worked correctly.
0.2.1
* Completely broken: I added a bug which caused init() to raise. * Added some documentation for cursor positioning and clear screen to README. * Add 'reinit' and 'deinit' functions, as suggested by Charles FOL and Romanov DA.