Skip to content

docs: changelog entries for the gosec pass and the open fix - #26

Merged
patramsey merged 1 commit into
mainfrom
docs/changelog-gosec
Aug 2, 2026
Merged

docs: changelog entries for the gosec pass and the open fix#26
patramsey merged 1 commit into
mainfrom
docs/changelog-gosec

Conversation

@patramsey

Copy link
Copy Markdown
Owner

#24 merged without a CHANGELOG.md entry, because that file only arrived in #23 and the two landed together. This backfills it.

It also corrects a line that #24 made false. [Unreleased] ended with "No user-facing behavior changes yet" — but namecom open now rejects an argument that isn't a plausible domain name rather than passing it through. Anyone relying on open to accept an arbitrary string will notice, so it's listed under Changed as well as Security.

The #25 race fix is deliberately not listed: test-only bookkeeping with no user-visible effect, and Keep a Changelog is for notable changes rather than a commit log.

Test plan

  • Docs only — no code touched
  • Markdown links unchanged; [Unreleased] compare link still resolves

#24 merged without a changelog entry because CHANGELOG.md itself only
arrived in #23, which landed at the same time. This backfills it.

Also corrects "No user-facing behavior changes yet", which #24 made
false: `namecom open` now rejects an argument that is not a plausible
domain name rather than passing it through. Someone who was relying on
`open` to accept an arbitrary string will notice, so it belongs under
Changed as well as Security.

The race fix in #25 is deliberately not listed. It is test-only
bookkeeping with no user-visible effect, and Keep a Changelog is for
notable changes rather than a commit log.
@patramsey
patramsey merged commit b738a3b into main Aug 2, 2026
3 checks passed
@patramsey
patramsey deleted the docs/changelog-gosec branch August 2, 2026 19:03
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