File tree 1 file changed +14
-3
lines changed 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,29 @@ Changelog
6
6
7
7
General information:
8
8
9
- * The bpython-cli rendering backend has been removed following deprecation in
9
+ * The ` bpython-cli ` rendering backend has been removed following deprecation in
10
10
version 0.19.
11
-
11
+ * This release is focused on Python 3.12 support.
12
12
13
13
New features:
14
14
15
15
16
16
Fixes:
17
17
18
+ * Fix __signature__ support
19
+ Thanks to gpotter2
20
+ * #995: Fix handling of `SystemExit `
21
+ * #996: Improve order of completion results
22
+ Thanks to gpotter2
23
+ * Fix build of documentation and manpages with Sphinx >= 7
24
+ * #1001: Do not fail if modules don't have __version__
18
25
19
26
Changes to dependencies:
20
27
28
+ * Remove use of distutils
29
+ Thanks to Anderson Bravalheri
30
+
31
+ Support for Python 3.12 has been added. Support for Python 3.7 has been dropped.
21
32
22
33
0.24
23
34
----
37
48
38
49
Changes to dependencies:
39
50
40
- * wheel is no required as part of pyproject.toml's build dependencies
51
+ * wheel is not required as part of pyproject.toml's build dependencies
41
52
42
53
Support for Python 3.11 has been added.
43
54
You can’t perform that action at this time.
0 commit comments