File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,29 @@ Changelog
66
77General information:
88
9- * The bpython-cli rendering backend has been removed following deprecation in
9+ * The ` bpython-cli ` rendering backend has been removed following deprecation in
1010 version 0.19.
11-
11+ * This release is focused on Python 3.12 support.
1212
1313New features:
1414
1515
1616Fixes:
1717
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__
1825
1926Changes to dependencies:
2027
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.
2132
22330.24
2334----
3748
3849Changes to dependencies:
3950
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
4152
4253Support for Python 3.11 has been added.
4354
You can’t perform that action at this time.
0 commit comments