chore(changelog): hygiene scrub for 2026-05-09 release#65
Merged
Conversation
…e2e] Sweeps CHANGELOG.md to remove engineering-context references that should not appear on the customer-facing release surface, per the project's CHANGELOG hygiene rule: - ADR references - Issue / Epic / PR numbers (parenthesized + inline) - Cross-repo references (axonflow-enterprise#NNNN, internal repo paths) - Internal test-tree paths (runtime-e2e/, tests/e2e/) - Sister-PR / internal-session references Also re-dates v1.4 / v2.4 release header(s) from 2026-05-08 → 2026-05-09 to match the actual ship day. Docs-only — no code, public API, manifest, or wire-shape changes. Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
bce4ccd to
2b609a7
Compare
saurabhjain1592
added a commit
that referenced
this pull request
May 9, 2026
#66) Followup to #65 (merged 2026-05-09 13:26Z). The CHANGELOG hygiene scrub stripped ellipsis-placeholder syntax `...` to a single `.` inside customer-facing TOML examples + canary log lines. Restored 4 lines: * L107 — TOML license-token example: `license_token = "AXON-..."` * L111 — recover.sh apply-token example: `AXON-...` Pro-tier token * L120 — Pro-expired status string: `Pro expired ... — visit ... to renew` * L145 — mode-clarity canary log line: `(mode=...)` Each restored to the pre-#65 form (verified against `git show 331db1f~1:CHANGELOG.md`). Date bump (2026-05-08 → 2026-05-09) and internal-ref scrubs from #65 are preserved. No code changes. Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.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.
Removes engineering-context references from CHANGELOG.md (ADR refs, issue/Epic/PR numbers, cross-repo refs, internal test-tree paths) and updates the upcoming release date 2026-05-08 → 2026-05-09. Docs-only.