docs: sync 2.2 changelog and news to main#3901
Conversation
Update CHANGELOG.md and docs/pypi/download.md to reflect changes made in the 2.2 release. Remove the corresponding news entries that have now been processed.
There was a problem hiding this comment.
Code Review
This pull request consolidates several changelog fragments into CHANGELOG.md and updates the documentation in docs/pypi/download.md to reference version 2.2.0. The feedback suggests adding issue or pull request reference links to the newly added changelog entries to maintain consistency and improve traceability.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| * (binaries) Fixed building of legacy zipapps on Windows execution platforms by | ||
| using a hermetic tool instead of host `cat`. |
There was a problem hiding this comment.
To maintain consistency with other changelog entries and provide better traceability, please add the issue/PR reference link [#3890](https://github.com/bazel-contrib/rules_python/issues/3890) to this entry.
| * (binaries) Fixed building of legacy zipapps on Windows execution platforms by | |
| using a hermetic tool instead of host `cat`. | |
| * (binaries) Fixed building of legacy zipapps on Windows execution platforms by | |
| using a hermetic tool instead of host `cat` | |
| ([#3890](https://github.com/bazel-contrib/rules_python/issues/3890)). |
| * (bootstrap) Fixed stage 1 bootstrap imports when target outputs shadow | ||
| standard library modules. |
There was a problem hiding this comment.
To maintain consistency with other changelog entries and provide better traceability, please add the issue/PR reference link [#3854](https://github.com/bazel-contrib/rules_python/issues/3854) to this entry.
| * (bootstrap) Fixed stage 1 bootstrap imports when target outputs shadow | |
| standard library modules. | |
| * (bootstrap) Fixed stage 1 bootstrap imports when target outputs shadow | |
| standard library modules | |
| ([#3854](https://github.com/bazel-contrib/rules_python/issues/3854)). |
The 2.2 release was completed, but the changelog updates and news file
deletions were only performed on the release branch. We need to sync
these changes back to main so that they are reflected in the unreleased
state and future releases.