docs(changelog): catch up [Unreleased] section with 2026-05-26 session work#72
Merged
Merged
Conversation
…n work
CHANGELOG.md's [Unreleased] section wasn't updated as PRs landed
throughout the day. Adding a single dated section (2026-05-26)
that records the 28 PRs merged this session, grouped by Rec:
- Rec 28: ignoreAudit Stage 2 strict, 17 author-declared-not-a-
regression-test deletions, tracking-issue re-file, inventory
honesty refresh.
- Rec 31: cppRaiiAudit per-file gate (Stage 1), marshal RAII
Stage 2A, Stage 2C design doc.
- Rec 13/14: OSS-Fuzz primary_contact fill-in + in-tree/upstream
sync + upstream PR (google/oss-fuzz#15545) submitted.
- CI / housekeeping: sync-labels live mode, 26-branch sweep.
- Doc sync: SprintPlanning marshalshipped + std::span deviation.
Also noted the three in-flight PRs (#50/#51/#52) that landed-as-CI
but didn't merge yet, so they appear as "queued" rather than as
shipped work.
Also fixes a stale "Work toward v26.1.10" header — v26.1.10
already shipped (per the Released section); [Unreleased] is now
toward v26.1.11.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
CryptoJones
added a commit
that referenced
this pull request
May 26, 2026
…leased] (#76) The catch-up changelog PR (#72) listed #50, #51, #52 as in-flight. Now resolved: - #51 (lvalue) — merged (was the lone in-flight item that landed cleanly). - #50 (CodeQL fix) — superseded by #74 after the stacking mistake. #74 landed and Analyze (c-cpp) now passes on master. - #52 (global_scan) — superseded by #73 after the same stacking mistake. #73 landed. - #75 (Apologies) — landed alongside, recording the chain. Removes the "in flight" footnote and replaces with a paragraph explaining the chain of events so readers understand why #50 / #52 are absent from the merged ledger and #73 / #74 are present covering the same scope. Aaron's per-PR changelog feedback (feedback_changelog_per_pr.md) applied: this PR ships its own changelog touch alongside the actual state change, not as a catch-up. Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/ Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
CHANGELOG.md's
[Unreleased]section wasn't updated as PRs landed throughout the day. Adding a single dated section (2026-05-26) that records the 28 PRs merged this session, grouped by Rec:ignoreAuditStage 2 strict, 17 author-declared-not-a-regression-test deletions, tracking-issue re-file, inventory honesty refresh.cppRaiiAuditper-file gate (Stage 1),marshal.ccRAII Stage 2A, Stage 2C design doc.primary_contactfill-in, in-tree/upstream sync, upstream PR (google/oss-fuzz#15545) submitted.sync-labelslive mode, 26-branch sweep.SprintPlanning.mdmarshal-shipped +std::spandeviation acknowledged.Also noted the three in-flight PRs (#50/#51/#52) that landed-as-CI but didn't merge yet, so they appear as "queued" rather than as shipped work.
Also fixes a stale "Work toward v26.1.10" header — v26.1.10 already shipped (per the Released section);
[Unreleased]is now toward v26.1.11.Surfaced when you (correctly) asked whether I was remembering to put PRs in changelog. I wasn't.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/