File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments