Skip to content

Commit 2c5ada7

Browse files
changelog formatting and addition
1 parent 9f1a339 commit 2c5ada7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ New features:
1919
Fixes:
2020

2121
* #484: Switch `bpython.embed` to the curtsies frontend.
22-
* #548 fix transpose character bug. Thanks to Wes E. Vial.
22+
* #548 Fix transpose character bug. Thanks to Wes E. Vial.
2323
* #527 -q disables version banner.
24-
* #544 fix Jedi completion error
25-
* #536 fix completion on old-style classes with custom __getattr__
26-
* #480 fix old-style class autocompletion. Thanks to Joe Jevnik.
24+
* #544 Fix Jedi completion error
25+
* #536 Fix completion on old-style classes with custom __getattr__
26+
* #480 Fix old-style class autocompletion. Thanks to Joe Jevnik.
2727
* #506 in python -i mod.py sys.modules[__name__] refers to module dict
28-
* Exceptions in autcompletion are now logged instead of crashing bpython.
28+
* #590 Fix "None" not being displayed
29+
* Exception line ntcompletion are now logged instead of crashing bpython.
2930
* Fix reload in Python 3. Thanks to sharow.
3031
* Fix keyword agument parameter name completion
3132

0 commit comments

Comments
 (0)