Skip to content

Commit 73a8aa6

Browse files
committed
doc: changelog
1 parent 638e36a commit 73a8aa6

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,28 @@ Unreleased changes template.
5252

5353
{#v0-0-0-changed}
5454
### Changed
55-
* Nothing yet.
55+
56+
**Breaking**:
57+
* (toolchains) stop exposing config settings in python toolchain alias repos.
58+
* (toolchains) consumers who were depending on the `MACOS_NAME` and the `arch`
59+
attribute in the `PLATFORMS` list, please update your code to respect the new
60+
values. The values now correspond to the values available in the
61+
`@platforms//` package constraint values.
62+
63+
Other changes:
64+
* Nothing yet
5665

5766
{#v0-0-0-fixed}
5867
### Fixed
59-
* Nothing yet.
68+
* (toolchains) stop depending on `uname` to get the value of the host platform.
6069

6170
{#v0-0-0-added}
6271
### Added
63-
* Nothing yet.
72+
* (toolchains) allow users to select which variant of the support host toolchain
73+
they would like to use through
74+
`RULES_PYTHON_REPO_TOOLCHAIN_{VERSION}_{OS}_{ARCH}` env variable setting. For
75+
example, this allows one to use `freethreaded` python interpreter in the
76+
`repository_rule` to build a wheel from `sdist`.
6477

6578
{#v0-0-0-removed}
6679
### Removed

0 commit comments

Comments
 (0)