Fix typos and normalize old version headings in CHANGELOG.md#3187
Merged
Conversation
olehermanse
approved these changes
Jul 2, 2026
SimonThalvorsen
approved these changes
Jul 2, 2026
| - 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) |
1d74ec0 to
c5f36e8
Compare
olehermanse
approved these changes
Jul 2, 2026
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.
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
Enterprise appliaction log dir to rotation→ After:Enterprise application log dir to rotationReduced Enteprise webserver info→ After:Reduced Enterprise webserver infoTo improve predictibility autorun bundles...→ After:To improve predictability autorun bundles...Enabled settig def.max_client_history_size...→ After:Enabled setting def.max_client_history_size...append to bundlesequnece with def.json→ After:append to bundlesequence with def.json(two occurrences)Grammar
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)Fixed to frequent logging of enterprise license utilization→ After:Fixed too frequent logging...Punctuation / broken text
enforced(ENT-8280)→ After:enforced (ENT-8280)(missing space before the ticket ref)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
## X.Y.Z, no trailing colon or parenthetical), so no heading normalization was required.Generated by Claude Code