docs(changelog): drop the #1754 entry from the released 2026.9.16 section - #1757
Merged
Merged
Conversation
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.
Follow-up to #1755 (my own defect there).
packages/senpi-codemode/CHANGELOG.mdhad been re-cut into## [2026.9.16] - 2026-09-16(release commit5d12a25c6a, tagv2026.9.16) before #1755 branched, so the Fixed entry #1755 added landed inside that released section — which the repo forbids editing, and which is factually wrong: #1754 was reported against published v2026.9.16 and the fix merged after it (16ca67f411).This removes those two lines, restoring the released section to its shipped content. The correct entry lives under
[Unreleased] → Fixedin #1756; the two PRs touch different hunks of the same file and merge cleanly in either order. No runtime change.Summary by cubic
Removes the #1754 fix entry from the
2026.9.16section ofpackages/senpi-codemode/CHANGELOG.md. The fix landed after that release was cut, so listing it there falsely credited a shipped version; the change remains documented under[Unreleased]. No runtime change.Written for commit eeeb33e. Summary will update on new commits.