Skip to content

Commit 8db6898

Browse files
committed
Update changelog
1 parent 1bc255b commit 8db6898

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,29 @@ Changelog
66

77
General information:
88

9+
* More and more type annotations have been added to the bpython code base.
10+
* Some work has been performed to stop relying on blessings.
11+
912
New features:
10-
* Auto-closing brackets option added. To enable, add `brackets_completion = True` in the bpython config (press F3 to create)
13+
14+
* #905: Auto-closing brackets option added. To enable, add `brackets_completion = True` in the bpython config
1115
Thanks to samuelgregorovic
1216

1317
Fixes:
1418

15-
* Support for Python 3.6 has been dropped.
19+
* Improve handling of SyntaxErrors
20+
* #948: Fix crash on Ctrl-Z
21+
* #952: Fix tests for Python 3.10.1 and newer
22+
* #955: Handle optional `readline` parameters in `stdin` emulation
23+
Thanks to thevibingcat
24+
* #959: Fix handling of `__name__`
25+
* #966: Fix function signature completion for `classmethod`s
26+
27+
Changes to dependencies:
28+
29+
* curtsies 0.4 or newer is now required
30+
31+
Support for Python 3.6 has been dropped.
1632

1733
0.22.1
1834
------

0 commit comments

Comments
 (0)