Skip to content

Commit 2a9b51f

Browse files
add #506 to changelog
1 parent e6916d1 commit 2a9b51f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,25 @@ Changelog
77
New features:
88

99
* #425: Added curtsies 0.2.x support.
10-
* Attribute completion on items in lists and tuples
1110
* #528: Hide private attribute from initial autocompletion suggestions.
1211
Thanks to Jeppe Toustrup.
1312
* #538: Multi-line banners are allowed.
1413
* #229: inspect.getsource works on interactively defined functions.
1514
Thanks to Michael Mulley.
15+
* Attribute completion on items in lists and tuples
1616
* Ctrl-e can be used to autocomplete current fish-style suggestion.
1717
Thanks to Amjith Ramanujam
1818

1919
Fixes:
2020

2121
* #484: Switch `bpython.embed` to the curtsies frontend.
22-
* Exceptions in autcompletion are now logged instead of crashing bpython.
2322
* #548 fix transpose character bug. Thanks to Wes E. Vial.
2423
* #527 -q disables version banner.
2524
* #544 fix Jedi completion error
2625
* #536 fix completion on old-style classes with custom __getattr__
2726
* #480 fix old-style class autocompletion. Thanks to Joe Jevnik.
27+
* #506 in python -i mod.py sys.modules[__name__] refers to module dict
28+
* Exceptions in autcompletion are now logged instead of crashing bpython.
2829
* Fix reload in Python 3. Thanks to sharow.
2930
* Fix keyword agument parameter name completion
3031

0 commit comments

Comments
 (0)