Skip to content

Commit 8c90d9f

Browse files
authored
consolidate changelog entry
1 parent 9a22e1f commit 8c90d9f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ END_UNRELEASED_TEMPLATE
8686
multiple times.
8787
* (tools/wheelmaker.py) Extras are now preserved in Requires-Dist metadata when using requires_file
8888
to specify the requirements.
89-
* (pypi) Starlark implementation of the marker evaluation now supports the full PEP440
90-
spec for version comparison.
9189

9290
{#v0-0-0-added}
9391
### Added
@@ -96,9 +94,9 @@ END_UNRELEASED_TEMPLATE
9694
(the default), the subprocess's stdout/stderr will be logged.
9795
* (toolchains) Local toolchains can be activated with custom flags. See
9896
[Conditionally using local toolchains] docs for how to configure.
99-
* (pypi) `RULES_PYTHON_ENABLE_PIPSTAR` environment variable: when `1`, the Starlark
100-
implementation of wheel METADATA parsing is used (which has improved multi-platform
101-
build support).
97+
* (pypi) Starlark-based evaluation of environment markers (requirements.txt conditionals)
98+
available (not enabled by default) for improved multi-platform build support.
99+
Set the `RULES_PYTHON_ENABLE_PIPSTAR=1` environment variable to enable it.
102100

103101
{#v0-0-0-removed}
104102
### Removed

0 commit comments

Comments
 (0)