Skip to content

Commit a02b720

Browse files
committed
add changelog
1 parent 4e12f94 commit a02b720

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,15 @@ END_UNRELEASED_TEMPLATE
103103
`WORKSPACE` files. See the
104104
{ref}`common-deps-with-multiple-pypi-versions` guide on using common
105105
dependencies with multiple PyPI versions` for an example.
106-
106+
* (toolchains) Stable ABI headers support added. To use, depend on
107+
{obj}`//python/cc:current_py_cc_headers_abi3`. This allows Windows builds
108+
a way to depend on headers without the potentially Python unstable ABI
109+
objects from the regular {obj}`//python/cc:current_py_cc_headers` target
110+
being included.
111+
* Adds {obj}`//python/cc:current_py_cc_headers_abi3`,
112+
{obj}`py_cc_toolchain.headers_abi3`, and {obj}`PyCcToolchainInfo.headers_abi3`.
113+
* {obj}`//python:features.bzl%features.headers_abi3` can be used to
114+
feature-detect the presense of the above.
107115

108116
{#v1-6-0}
109117
## [1.6.0] - 2025-08-23

0 commit comments

Comments
 (0)