File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,29 @@ Changelog
66
77General 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+
912New 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
1317Fixes:
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
17330.22.1
1834------
You can’t perform that action at this time.
0 commit comments