Skip to content

Commit eca95cc

Browse files
committed
clarify changelog
1 parent 19ed77d commit eca95cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ A brief description of the categories of changes:
6969
settings to match on minor Python version. These settings match any `X.Y`
7070
version instead of just an exact `X.Y.Z` version.
7171

72-
* *EXPERIMENTAL* (whl_library) The whl_library now can parse the `whl`
73-
`METADATA` correctly irrespectively of the python interpreter version used to
74-
run the tool. This means that for wheel-only setups people can use the system
75-
interpreter when creating the external code repositories. In the future the
76-
code can be modified to add select statements on the python version in the
77-
version aware toolchains.
72+
* (whl_library) *experimental_target_platforms* now supports specifying the
73+
Python version explicitly and the output `BUILD.bazel` file will be correct
74+
irrespective of the python interpreter that is generating the file and
75+
extracting the `whl` distribution. This could help wheel-only setups where
76+
the host Python interpreter can be used to extract all of the wheels for
77+
the target platforms.
7878

7979
## [0.28.0] - 2024-01-07
8080

0 commit comments

Comments
 (0)