Skip to content

Commit 12c8b96

Browse files
committed
chore: prepare for 0.4.3
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 5ca79de commit 12c8b96

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## Version 0.4.3
4+
5+
This adds support for CPython 3.12.0b1, and improves Stable ABI / Limited API
6+
support (supported by an upcoming nanobind for Python 3.12). An editable install
7+
fix allows running from any directory.
8+
9+
Fixes:
10+
11+
- Allow CMake to detect if limited API is targeted by @henryiii in #333 and #342
12+
- Make abi3 support conditional on Python version by @henryiii in #344
13+
- Windows path correction for 3.12.0b1 by @henryiii in #346
14+
- Editable path needs to be absolute by @henryiii in #345
15+
16+
Other:
17+
18+
- Add 3.12.0b1 by @henryiii in #341
19+
- Refactor settings by @henryiii in #338
20+
- Document that `CMAKE_ARGS` supports space separators by @henryiii in #339
21+
322
## Version 0.4.2
423

524
This is a quick followup to LICENSE file handing to closer match the current

0 commit comments

Comments
 (0)