Skip to content

Commit b3692e6

Browse files
committed
Finish CHANGELOG
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at> (cherry picked from commit fe49fc8)
1 parent 686ebb4 commit b3692e6

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
@@ -15,6 +15,8 @@ Support for Python 2.6 has been dropped.
1515
0.15
1616
----
1717

18+
This release contains new features and plenty of bug fixes.
19+
1820
New features:
1921

2022
* #425: Added curtsies 0.2.x support.
@@ -26,24 +28,31 @@ New features:
2628
* Attribute completion works on literals and some expressions containing
2729
builtin objects.
2830
* Ctrl-e can be used to autocomplete current fish-style suggestion.
29-
Thanks to Amjith Ramanujam
31+
Thanks to Amjith Ramanujam.
3032

3133
Fixes:
3234

3335
* #484: Switch `bpython.embed` to the curtsies frontend.
34-
* #548 Fix transpose character bug. Thanks to Wes E. Vial.
36+
* #548 Fix transpose character bug.
37+
Thanks to Wes E. Vial.
3538
* #527 -q disables version banner.
36-
* #544 Fix Jedi completion error
37-
* #536 Fix completion on old-style classes with custom __getattr__
38-
* #480 Fix old-style class autocompletion. Thanks to Joe Jevnik.
39-
* #506 In python -i mod.py sys.modules[__name__] refers to module dict
40-
* #590 Fix "None" not being displayed
39+
* #544 Fix Jedi completion error.
40+
* #536 Fix completion on old-style classes with custom __getattr__.
41+
* #480 Fix old-style class autocompletion.
42+
Thanks to Joe Jevnik.
43+
* #506 In python -i mod.py sys.modules[__name__] refers to module dict.
44+
* #590 Fix "None" not being displayed.
4145
* #546 Paste detection uses events instead of bytes returned in a single
42-
os.read call
43-
* Exceptions in autcompletion are now logged instead of crashing bpython.
44-
* Fix reload in Python 3. Thanks to sharow.
45-
* Fix keyword agument parameter name completion
46+
os.read call.
47+
* Exceptions in autocompletion are now logged instead of crashing bpython.
48+
* Fix reload in Python 3.
49+
Thanks to sharow.
50+
* Fix keyword argument parameter name completion.
51+
52+
Changes to dependencies:
4653

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

4857
0.14.2
4958
------
@@ -55,7 +64,6 @@ Fixes:
5564
* #523, #524: Fix conditional dependencies for SNI support again.
5665
* Fix binary name of bpdb.
5766

58-
5967
0.14.1
6068
------
6169

0 commit comments

Comments
 (0)