aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-10-12 19:53:29 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-10-12 20:07:30 +0000
commite7035f0574cd15ff11c2cc147de3de27e864ec00 (patch)
treef8e41d7b755c6457793f009c300132e2e4d7968b /CHANGELOG.md
parentExplain required argument disambiguation with -u (diff)
downloadminiserve-e7035f0574cd15ff11c2cc147de3de27e864ec00.tar.gz
miniserve-e7035f0574cd15ff11c2cc147de3de27e864ec00.zip
Add CHANGELOG for clap v4 upgrade
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aba0166..2caaeb6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
+- Update to clap v4
## [0.22.0] - 2022-09-20
- Faster QR code generation [#848](https://github.com/svenstaro/miniserve/pull/848/files) (thanks @cyqsimon)