docs: split toolchain bumps from #3708 into 2.0.2 and 1.9.1 changelog sections#3777
Open
kevinpark1217 wants to merge 2 commits into
Open
docs: split toolchain bumps from #3708 into 2.0.2 and 1.9.1 changelog sections#3777kevinpark1217 wants to merge 2 commits into
kevinpark1217 wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the CHANGELOG.md file to include release notes for versions 2.0.2 and 1.9.1, documenting the addition of several new Python toolchains. The reviewer identified missing commas in the toolchain version lists for both release entries and provided suggestions to correct them.
The toolchain bumps from bazel-contrib#3708 are being backported to release/2.0 and release/1.9 as 2.0.2 and 1.9.1 respectively (bazel-contrib#3775, bazel-contrib#3776), so move the bullets out of Unreleased and into dated patch sections to match what will ship from those branches. Refs bazel-contrib#3773.
073b543 to
7234383
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per @aignas's comment on #3773, moves the toolchain bullets that #3708 added under
Unreleasedinto dated2.0.2and1.9.1sections so the next release frommaindoesn't re-announce them.Before: Bullets sit under
Unreleasedonmain.After: New
## [2.0.2] - 2026-05-14section betweenUnreleasedand2.0.1, and a new## [1.9.1] - 2026-05-14section between2.0.0and1.9.0. Bullet text is reused verbatim.Companion PRs:
release/2.0(2.0.2)release/1.9(1.9.1)Refs #3773.