docs: combine the 22 pending release notes into one changelog update - #915
Merged
Merged
Conversation
kevinhcolgan
approved these changes
Aug 21, 2026
kevinhcolgan
approved these changes
Aug 21, 2026
This was referenced Aug 21, 2026
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
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.
Summary
Combines all 22 pending release-notes PRs into one changelog update, so there's a single review and no conflicts between them.
docs/civic/changelog.mdx— 8 entries (Civic / civic-mcp)docs/overview/changelog.mdx— 14 entries (Auth:auth-serverandapps)183 insertions, 0 deletions. No existing line is touched or moved.
How the entries were placed
Not stacked on top. Each of those PRs branched off the main of its day and inserted at the top of the file, so simply concatenating them would have produced a changelog in roughly reverse-random order. Both files are strictly newest-first, so each entry is inserted at its correct chronological position, interleaving with entries already merged. In the Civic changelog that reads:
Entries already merged keep their exact relative order (stable sort by date), which is why the diff is pure insertion.
The legacy Mintlify-era entries at the bottom of both files — different header shape (
tags={...}, "September 26th, 2025", "December 2025") and not reliably ordered — are left completely untouched: 3 in the Civic file, 18 in the Auth file. Only the modern date-ordered prefix was sorted.Verified
main.<Update>block and touches exactly one file — checked before merging, so nothing else rode along.Source PRs — safe to close once this merges
v0.1.142v0.1.143v0.1.146v0.1.147v0.1.151v0.1.153v0.1.155v0.1.156apps-0.2.100apps-0.2.101apps-0.2.102apps-0.2.103apps-0.2.104apps-0.2.105apps-0.2.106auth-server-1.2.32auth-server-1.2.33auth-server-1.2.35auth-server-1.2.36auth-server-1.2.37auth-server-1.2.39auth-server-1.2.41Each of those is fully superseded by this PR — their content is included verbatim. Nothing else in them needs carrying over.
Not touched: #905, #899, #895 (not release-notes PRs).