Skip to content

Commit 06cfc3c

Browse files
committed
Adjust CHANGELOG.md
1 parent b236289 commit 06cfc3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ Other changes:
7575
{#v0-0-0-fixed}
7676
### Fixed
7777
* (toolchains) stop depending on `uname` to get the value of the host platform.
78+
* (pypi): Correctly handle multiple versions of the same package in the requirements
79+
files which is useful when including different PyTorch builds (e.g. <pytorch+cpu> vs <pytorch+cu118> ) for different target platforms.
80+
Fixes ([2337](https://github.com/bazelbuild/rules_python/issues/2337)).
7881

7982
{#v0-0-0-added}
8083
### Added
@@ -103,9 +106,6 @@ Other changes:
103106
### Fixed
104107
* (rules) Don't drop custom import paths if Bazel-builtin PyInfo is removed.
105108
([2414](https://github.com/bazelbuild/rules_python/issues/2414)).
106-
* (pypi): Correctly handle multiple versions of the same package in the requirements
107-
files which is useful when including different PyTorch builds (e.g. <pytorch+cpu> vs <pytorch+cu118> ) for different target platforms.
108-
Fixes ([2337](https://github.com/bazelbuild/rules_python/issues/2337)).
109109

110110
{#v0-40-added}
111111
### Added

examples/bzlmod/MODULE.bazel.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)