Skip to content

Commit fe49fc8

Browse files
committed
Finish CHANGELOG
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent db9bbb9 commit fe49fc8

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

CHANGELOG

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog
44
0.15
55
----
66

7+
This release contains new features and plenty of bug fixes.
8+
79
New features:
810

911
* #425: Added curtsies 0.2.x support.
@@ -15,24 +17,31 @@ New features:
1517
* Attribute completion works on literals and some expressions containing
1618
builtin objects.
1719
* Ctrl-e can be used to autocomplete current fish-style suggestion.
18-
Thanks to Amjith Ramanujam
20+
Thanks to Amjith Ramanujam.
1921

2022
Fixes:
2123

2224
* #484: Switch `bpython.embed` to the curtsies frontend.
23-
* #548 Fix transpose character bug. Thanks to Wes E. Vial.
25+
* #548 Fix transpose character bug.
26+
Thanks to Wes E. Vial.
2427
* #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-
* #506 In python -i mod.py sys.modules[__name__] refers to module dict
29-
* #590 Fix "None" not being displayed
28+
* #544 Fix Jedi completion error.
29+
* #536 Fix completion on old-style classes with custom __getattr__.
30+
* #480 Fix old-style class autocompletion.
31+
Thanks to Joe Jevnik.
32+
* #506 In python -i mod.py sys.modules[__name__] refers to module dict.
33+
* #590 Fix "None" not being displayed.
3034
* #546 Paste detection uses events instead of bytes returned in a single
31-
os.read call
32-
* Exceptions in autcompletion are now logged instead of crashing bpython.
33-
* Fix reload in Python 3. Thanks to sharow.
34-
* Fix keyword agument parameter name completion
35+
os.read call.
36+
* Exceptions in autocompletion are now logged instead of crashing bpython.
37+
* Fix reload in Python 3.
38+
Thanks to sharow.
39+
* Fix keyword argument parameter name completion.
40+
41+
Changes to dependencies:
3542

43+
* requests[security] has been changed to pyOpenSSL, pyasn1, and ndg-httpsclient.
44+
These dependencies are required before Python 2.7.7.
3645

3746
0.14.2
3847
------
@@ -44,7 +53,6 @@ Fixes:
4453
* #523, #524: Fix conditional dependencies for SNI support again.
4554
* Fix binary name of bpdb.
4655

47-
4856
0.14.1
4957
------
5058

0 commit comments

Comments
 (0)