docs: Consolidate the changelog for v0.4.0 - #35
Merged
Conversation
Six merged PRs had accumulated under Unreleased in the order they landed, split across two "Fixed" headings. Group them into a 0.4.0 section by kind, lead with what the release is for, and add the compare link. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YBgfTGmauEzyQ2g9xfyXyH
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.
Problem
The Unreleased section had six PRs' entries in landing order, under two separate
### Fixedheadings, with no statement of what the release is for.Solution
One
## [0.4.0]section, grouped Added / Changed / Fixed, led by a sentence naming the theme: the algorithm now converges on links v0.3.0 could not finish measuring, and every figure says which part of the run it came from.Content is unchanged except for grouping and the compare link;
scripts/changelog-notes.sh v0.4.0extracts the section cleanly, so the release job will ship it as the notes.Other Changes
None. No code changes —
go test -race ./...and lint were run to confirm the tree is releasable.Related:
🤖 Generated with Claude Code
https://claude.ai/code/session_01YBgfTGmauEzyQ2g9xfyXyH