Forgot to include the CHANGELOG, as usual.

This commit is contained in:
Bob Farrell
2008-08-16 10:44:16 +01:00
parent 29e2acbf96
commit bdc4320a72
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
v0.7.0
======
C-d behaviour changed so it no longer exits if the current line isn't empty.
Extra linebreak added to end of stdout flush.
v0.6.4
======
KeyboardInterrupt handler clears the list window properly now.
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# bpython 0.6.4::fancy curses interface to the Python repl::Bob Farrell 2008
# bpython 0.7.0::fancy curses interface to the Python repl::Bob Farrell 2008
#
# The MIT License
#