fix(changelog): bring all entries into KAC/SemVer compliance#195
Merged
Conversation
Patch releases (x.y.N, N>0) may only carry `Fixed` and `Security` sections under Keep a Changelog / SemVer rules. Minor releases (x.y.0) allow `Added`, `Changed`, `Deprecated`, `Fixed`, and `Security` — but not ad-hoc sections such as `Docs`. - 0.4.1: collapse `Added` (reviewer checklist) and `Changed` (Expand-Archive compatibility fix) into `Fixed` - 0.4.0: move `Docs` items into `Added`; remove non-standard heading - 0.2.1, 0.1.63, 0.1.56, 0.0.30: merge `Added`/`Changed` items into `Fixed` for historical patch releases Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CHANGELOG.md entries to satisfy Keep a Changelog + SemVer (KAC/SemVer) constraints enforced by the project’s changelog validator, primarily by ensuring patch releases only contain allowed sections and by removing non-standard headings.
Changes:
- Reclassifies
0.4.1(patch) items into a single### Fixedsection (removingAdded/Changed). - Moves
0.4.0“Docs” items into### Addedand removes the non-standard### Docssection. - Collapses historical patch entries (
0.2.1,0.1.63,0.1.56,0.0.30) into### Fixedto meet validator rules.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Gilbert Sanchez <me@gilbertsanchez.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.
Summary
Added(reviewer checklist) andChanged(Expand-Archive compatibility fix) intoFixed— patch releases may only carryFixed/SecurityDocsitems intoAdded; remove the non-standard### DocsheadingAdded/Changeditems intoFixedto satisfy the linter for historical patch releasesFixes the changelog validator errors:
Test plan
🤖 Generated with Claude Code