Skip to content

Commit 224d244

Browse files
committed
move changelod to 1.4 release for easier cherry-picking
1 parent 935e4f0 commit 224d244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ END_UNRELEASED_TEMPLATE
7474
* The {obj}`//python/runtime_env_toolchains:all` toolchain now works with it.
7575
* (rules) Better handle flakey platform.win32_ver() calls by calling them
7676
multiple times.
77-
* (pypi) Correctly handle `METADATA` entries when `python_full_version` is used in
78-
the environment marker.
79-
Fixes [#2319](https://github.com/bazel-contrib/rules_python/issues/2319).
8077

8178
{#v0-0-0-added}
8279
### Added
@@ -149,6 +146,9 @@ END_UNRELEASED_TEMPLATE
149146
* (packaging) An empty `requires_file` is treated as if it were omitted, resulting in a valid `METADATA` file.
150147
* (rules) py_wheel and sphinxdocs rules now propagate `target_compatible_with` to all targets they create.
151148
[PR #2788](https://github.com/bazel-contrib/rules_python/pull/2788).
149+
* (pypi) Correctly handle `METADATA` entries when `python_full_version` is used in
150+
the environment marker.
151+
Fixes [#2319](https://github.com/bazel-contrib/rules_python/issues/2319).
152152

153153
{#1-4-0-added}
154154
### Added

0 commit comments

Comments
 (0)