Skip to content

Commit d9f5b9f

Browse files
committed
Sort fixes by bug number and do not include fixes specific to new features
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 5b21b3c commit d9f5b9f

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

CHANGELOG

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,21 @@ New features:
5454

5555
Fixes:
5656

57-
* #366, #367: Fixed help support in curtsies.
58-
* #432: Fix crash if no history is present.
57+
* #254: replacement box characters used for ascii terminals
58+
* #284: __file__ is in scope after module run with bpython -i thanks to Lindsey
59+
* #341: right arrow key suggestion color is configurable thanks to Alice Chen
5960
* #347: Fix crash on unsafe autocompletion
6061
* #349: writing newlines to stderr
6162
* #363: banner no longer crashes bpython-urwid - thanks to Luca Barbato
62-
* #369: interactive sessions inherit compiler directives from files
63-
run with -i interactive flag
64-
* #341: right arrow key suggestion color is configurable thanks to
65-
Alice Chen
63+
* #366, #367: Fixed help() support in curtsies.
64+
* #369: interactive sessions inherit compiler directives from files run with -i
65+
interactive flag
6666
* #391: fix crash when using meta-backspace thanks to Tony Wang
67-
* doc fixes from Lindsey Raymond,
68-
* #284: __file__ is in scope after module run with bpython -i
69-
thanks to Lindsey
70-
* #254: replacement box characters used for ascii terminals
71-
* #442: add message for turning filewatching off thanks to Keyan Pishdadian
72-
* #435: filewatching api improved and tested thanks to Keyan Pishdadian
67+
* #438, #450: bpython-curtsies startup behavior fixed - runs on startup, errors
68+
during startup reported instead of crashing
7369
* #447: fix behavior of duplicate keybindings
74-
* #458: fix dictionary key completion crash in Python 2.6 thanks to
75-
Mary Mokuolu
76-
* #438, #450: bpython-curtsies startup behavior fixed - runs on startup,
77-
errors during startup reported instead of crashing
70+
* #458: fix dictionary key completion crash in Python 2.6 thanks to Mary Mokuolu
71+
* documenatation fixes from Lindsey Raymond
7872

7973
There was a lot of assorted work bringing the curtsies frontend
8074
up to the standards of bpython-curses:

0 commit comments

Comments
 (0)