diff --git a/CHANGELOG b/CHANGELOG index 1592084..c9c0676 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/bpython.py b/bpython.py index 40c182a..dd8f265 100644 --- a/bpython.py +++ b/bpython.py @@ -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 #