File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,29 @@ Changelog
6
6
7
7
General information:
8
8
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
+
9
12
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
11
15
Thanks to samuelgregorovic
12
16
13
17
Fixes:
14
18
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.
16
32
17
33
0.22.1
18
34
------
You can’t perform that action at this time.
0 commit comments