Skip to content

Commit c152cbf

Browse files
committed
Update changelog for 0.25
1 parent a12d339 commit c152cbf

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.rst

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

77
General 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

1313
New features:
1414

1515

1616
Fixes:
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

1926
Changes 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

2233
0.24
2334
----
@@ -37,7 +48,7 @@ Fixes:
3748

3849
Changes 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

4253
Support for Python 3.11 has been added.
4354

0 commit comments

Comments
 (0)