Skip to content

Commit 8653c45

Browse files
committed
Adjust CHANGELOG.md
1 parent 23e7f7f commit 8653c45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ Unreleased changes template.
5656

5757
{#v0-0-0-fixed}
5858
### Fixed
59-
* Nothing fixed.
59+
* (pypi): Correctly handle multiple versions of the same package in the requirements
60+
files which is useful when including different PyTorch builds (e.g. <pytorch+cpu> vs <pytorch+cu118> ) for different target platforms.
61+
Fixes ([2337](https://github.com/bazelbuild/rules_python/issues/2337)).
6062

6163
{#v0-0-0-added}
6264
### Added
@@ -80,9 +82,6 @@ Unreleased changes template.
8082
### Fixed
8183
* (rules) Don't drop custom import paths if Bazel-builtin PyInfo is removed.
8284
([2414](https://github.com/bazelbuild/rules_python/issues/2414)).
83-
* (pypi): Correctly handle multiple versions of the same package in the requirements
84-
files which is useful when including different PyTorch builds (e.g. <pytorch+cpu> vs <pytorch+cu118> ) for different target platforms.
85-
Fixes ([2337](https://github.com/bazelbuild/rules_python/issues/2337)).
8685

8786
{#v0-40-added}
8887
### Added

0 commit comments

Comments
 (0)