Skip to content

Commit 4e92abd

Browse files
update changelog
1 parent 78e1f9b commit 4e92abd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,27 @@ Changelog
77
New features:
88

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

1119
Fixes:
1220

1321
* #484: Switch `bpython.embed` to the curtsies frontend.
22+
* Exceptions in autcompletion are now logged instead of crashing bpython.
23+
* #548 fix transpose character bug. Thanks to Wes E. Vial.
24+
* #527 -q disables version banner.
25+
* #544 fix Jedi completion error
26+
* #536 fix completion on old-style classes with custom __getattr__
27+
* #480 fix old-style class autocompletion. Thanks to Joe Jevnik.
28+
* Fix reload in Python 3. Thanks to sharow.
29+
* Fix keyword agument parameter name completion
30+
1431

1532
0.14.2
1633
------

0 commit comments

Comments
 (0)