From bdc4320a727c1c7f1a57cafad9f5cfcc97ddfa18 Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Sat, 16 Aug 2008 10:44:16 +0100 Subject: [PATCH] Forgot to include the CHANGELOG, as usual. --- CHANGELOG | 6 ++++++ bpython.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 #