Skip to content

fix(changelog): restore ellipsis-as-placeholder in literals + canaries#66

Merged
saurabhjain1592 merged 1 commit into
mainfrom
fix/changelog-restore-ellipsis-literals
May 9, 2026
Merged

fix(changelog): restore ellipsis-as-placeholder in literals + canaries#66
saurabhjain1592 merged 1 commit into
mainfrom
fix/changelog-restore-ellipsis-literals

Conversation

@saurabhjain1592
Copy link
Copy Markdown
Member

Followup to #65. The hygiene scrub stripped `...` to `.` inside TOML examples + canary log lines. Restored 4 lines:

Line After scrub Restored to
107 `license_token = "AXON-."` `license_token = "AXON-..."`
111 `AXON-.` Pro-tier token `AXON-...` Pro-tier token
120 `Pro expired. — visit. to renew` `Pro expired ... — visit ... to renew`
145 `(mode=.)` `(mode=...)`

All other #65 changes preserved. Verified against `git show 331db1f~1:CHANGELOG.md`. CHANGELOG.md only.

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>
@saurabhjain1592 saurabhjain1592 merged commit 1edca75 into main May 9, 2026
8 checks passed
@saurabhjain1592 saurabhjain1592 deleted the fix/changelog-restore-ellipsis-literals branch May 9, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant