diff --git a/docs/changelog.md b/docs/changelog.md index c08aa6ff..881742b0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,18 @@ # Changelog +## Version 0.4.4 + +This version fixes some issues cross-compiling to Windows ARM when making +Limited API / Stable ABI extensions, and supports multiple config generators in +editable mode. + +- Conditional ABI3 logic fixed by @henryiii in + https://github.com/scikit-build/scikit-build-core/pull/352 +- Set `Python_SABI_LIBRARY` by @henryiii in + https://github.com/scikit-build/scikit-build-core/pull/352 +- Editable installs now support multiconfig generators by @henryiii in + https://github.com/scikit-build/scikit-build-core/pull/353 + ## Version 0.4.3 This adds support for CPython 3.12.0b1, and improves Stable ABI / Limited API