Skip to content

Commit

Permalink
chore: improve the CHANGELOG for the new release (#2385)
Browse files Browse the repository at this point in the history
When making a Slack announcement I noticed that the changelog could be
clarified.
  • Loading branch information
aignas authored Nov 8, 2024
1 parent 251eb37 commit 772b1cc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ A brief description of the categories of changes:
and now `pyyaml` and `PyYAML` will both work.
* (bzlmod) `pip.parse` spoke repository naming will be changed in an upcoming
release in places where the users specify different package versions per
platform in the same hub repository. The naming of the spoke repos is considered
an implementation detail and we advise the users to use the `hub` repository
directly to avoid such breakage in the future. If `rules_python` is missing
features to allow one to do that, please raise tickets.
platform in the same hub repository. The naming of the spoke repos is
considered an implementation detail and we advise the users to use the `hub`
repository directly and make use of {bzl:obj}`pip.parse.extra_hub_aliases`
feature added in this release.

{#v0-38-0-fixed}
### Fixed
Expand All @@ -77,7 +77,9 @@ A brief description of the categories of changes:
which fixes usage of the said wheels using standard package managers.
* (bzlmod) The extension evaluation has been adjusted to always generate the
same lock file irrespective if `experimental_index_url` is set by any module
or not. Fixes
or not. To opt into this behavior, set
{bzl:obj}`pip.parse.parse_all_requirements_files`, which will become the
default in future releases leading up to `1.0.0`. Fixes
[#2268](https://github.com/bazelbuild/rules_python/issues/2268). A known
issue is that it may break `bazel query` and in these use cases it is
advisable to use `cquery` or switch to `download_only = True`
Expand Down

0 comments on commit 772b1cc

Please sign in to comment.