summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2022-01-04 19:25:26 +0100
committerGitHub <noreply@github.com>2022-01-04 18:25:26 +0000
commit437f42f8d30fb6d4843738fbd46bb801679443a7 (patch)
tree838390f1fcae3a802249ef21b8265bf614a650dd /CHANGELOG.md
parent75c14b9bb82fd2bf116785fba879bc22160400cc (diff)
Migrate from structopt to clap 3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 397d5514..23a1da24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Minimum Rust version has been bumped to 1.56.0
+### Changed
+
+- The `--help` output was reworked with a new colorful syntax
+
## 0.10.0
### Packaging