docs: groom the unreleased changelog ahead of the next release - #322
Merged
Conversation
Two outside contributors sent the five fixes sitting in Unreleased and the changelog did not say so. This repo has credited contributors by name since at least 6.x; the release is largely their work. Follows the existing convention -- `Thanks, @user` before a single trailing link. @livingstaccato also reported #307-#310, so the credit covers reporting and fixing both. Also switches the Unreleased links from issue numbers to PR numbers to match the rest of the file: 67 /pull/ links against 22 /issues/, and all 20 existing Thanks lines use /pull/. The two strip_string_quotes entries both point at #313 because one PR fixed two reported issues, which is worth listing as two behaviour changes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
#323 and #324 landed after this branch was opened. Added in the same style as the rest of the section -- PR link, no credit line, since both were fixed in-house. CHANGELOG.md conflicted because main carried the ungroomed form of every entry this branch had already rewritten; kept the groomed text. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
kkozik-amplify
marked this pull request as ready for review
August 26, 2026 10:04
rddimon
approved these changes
Aug 26, 2026
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.
Grooms the
Unreleasedsection ahead of the next release. No code changes.Thanks, @livingstaccato(fix: load negative integer literals as numbers (#307) #311, fix: parse heredocs with an empty body (#309) #312, fix: make strip_string_quotes yield values, not broken source (#308, #310) #313) andThanks, @agu2347(Fix CRLF (\r\n) line endings failing to parse #317, Fix heredoc bodies losing trailing blank lines/spaces to a greedy rstrip #318) — following the existing convention in the 7.x sections.Kept as a draft as a holding branch, in case anything else wants tidying before the release.
Checked that every link resolves to a merged PR and every attribution matches the actual author.
pre-commit runclean.