From e580834bfa53be12bc5b02c059ca05b1d16d1530 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Sun, 8 Mar 2026 03:32:55 +0000 Subject: [PATCH] docs: add CHANGELOG entry for PR #188 CLI consistency fix Document the CLI help text alignment fix in the [Unreleased] section. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17cd3978..e575f752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- CLI consistency: align `apm uninstall` help text with documentation (#188) + ## [0.7.4] - 2025-03-03 ### Added