Skip to content

Fix typos and normalize old version headings in CHANGELOG.md#3187

Merged
olehermanse merged 1 commit into
masterfrom
changelog-cleanup
Jul 2, 2026
Merged

Fix typos and normalize old version headings in CHANGELOG.md#3187
olehermanse merged 1 commit into
masterfrom
changelog-cleanup

Conversation

@claude

@claude claude Bot commented Jul 2, 2026

Copy link
Copy Markdown

Requested by Ole Herman · Slack thread

What

Conservative cleanup of CHANGELOG.md: fixed clear typos, one grammar mistake, and one punctuation issue in existing entry text. No entry meaning was changed and no technical terms, ticket refs, code, or version headings were altered.

Typos / spelling

  • Before: Enterprise appliaction log dir to rotation → After: Enterprise application log dir to rotation
  • Before: Reduced Enteprise webserver info → After: Reduced Enterprise webserver info
  • Before: To improve predictibility autorun bundles... → After: To improve predictability autorun bundles...
  • Before: Enabled settig def.max_client_history_size... → After: Enabled setting def.max_client_history_size...
  • Before: append to bundlesequnece with def.json → After: append to bundlesequence with def.json (two occurrences)

Grammar

  • Before: Insured exported reports from Mission Portal are in the correct location → After: Ensured exported reports... (matching the "Ensured/Ensure" wording used elsewhere in the file)
  • Before: Fixed to frequent logging of enterprise license utilization → After: Fixed too frequent logging...

Punctuation / broken text

  • Before: enforced(ENT-8280) → After: enforced (ENT-8280) (missing space before the ticket ref)
  • Before: FixesMake apt_get module compatible with Ubuntu 16.04 → After: Fixes: Make apt_get module compatible with Ubuntu 16.04 (two run-together words separated)

How

Reviewed the full changelog, then applied targeted string replacements only for unambiguous errors, and verified the result with git diff (10 lines changed, 10 lines added/removed).

Notes

  • Markdown: checked for malformed headings, unbalanced code spans/blocks, and broken link/list syntax — none found, so no markdown changes were needed.
  • Version headings: all 21 headings already use the modern clean format (## X.Y.Z, no trailing colon or parenthetical), so no heading normalization was required.

Generated by Claude Code

@olehermanse olehermanse marked this pull request as ready for review July 2, 2026 18:10
Comment thread CHANGELOG.md Outdated
- Fixed command to restart apache on config change (ENT-3134)
- `cf-serverd` listens on ipv4 and ipv6 by default (CFE-528)
- FixesMake `apt_get` module compatible with Ubuntu 16.04 (CFE-2445)
- Fixes: Make `apt_get` module compatible with Ubuntu 16.04 (CFE-2445)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@claude claude Bot force-pushed the changelog-cleanup branch from 1d74ec0 to c5f36e8 Compare July 2, 2026 18:22
@olehermanse olehermanse merged commit c0ab09b into master Jul 2, 2026
9 checks passed
@olehermanse olehermanse deleted the changelog-cleanup branch July 2, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants