docs: add 0.20.2 and 0.20.3 release notes to master - #11046
Merged
ziggie1984 merged 1 commit intoAug 7, 2026
Merged
Conversation
bhandras
approved these changes
Aug 7, 2026
Master carries the release notes for 0.20.0 and 0.20.1, and the 0.21 line is complete through 0.21.2, but the 0.20 patch notes stopped being forward-ported after 0.20.1. Copy release-notes-0.20.2.md and release-notes-0.20.3.md over from v0.20.x-branch so master holds the full historical record. Both files are byte-identical to their counterparts on the release branch, and the 0.20.2 notes also match the content published at the v0.20.2-beta tag.
ziggie1984
force-pushed
the
add-0.20.2-0.20.3-notes-to-master
branch
from
August 7, 2026 16:55
70a31a3 to
bd6e91a
Compare
🟢 PR Severity: LOW
🟢 Low (2 files)
AnalysisThis PR only adds two release notes files under To override, add a |
ziggie1984
enabled auto-merge
August 7, 2026 17:08
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.
Change
Master carries release notes for
0.20.0and0.20.1, and the 0.21 line iscomplete through
0.21.2, but the 0.20 patch notes stopped being forward-portedafter 0.20.1:
This copies
release-notes-0.20.2.mdandrelease-notes-0.20.3.mdover fromv0.20.x-branchso master holds the full historical record. Docs only — no codechanges, and nothing on the 0.21/0.22 notes is touched.
Provenance
Both files are copied verbatim from
v0.20.x-branch(atf3d0f0035, after#11045 landed). Verified by blob hash:
release-notes-0.20.2.mdf7463c95fv0.20.x-branchand the publishedv0.20.2-betatagrelease-notes-0.20.3.md82ed80798v0.20.x-branchThe 0.20.3 file is the one created in #11045, which moved the entries that had
been appended to the already-published 0.20.2 notes after the
v0.20.2-betataginto a notes file for the next patch release.