diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-30 03:44:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 03:44:29 +0000 |
commit | ba1b9f5cc7adbc3b22786789cb2df50983edb2c2 (patch) | |
tree | 7c25bd00939b8d780cf9e5d7848aa1f97bf74d67 /CHANGELOG.md | |
parent | Merge pull request #586 from svenstaro/fix-warnings (diff) | |
parent | Add clap v3 switch to CHANGELOG (diff) | |
download | miniserve-ba1b9f5cc7adbc3b22786789cb2df50983edb2c2.tar.gz miniserve-ba1b9f5cc7adbc3b22786789cb2df50983edb2c2.zip |
Merge pull request #587 from svenstaro/switch-structopt-to-clap
Switch from structopt to clap v3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index de21ba6..f583251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix behavior of downloading symlinks by upgrading to actix-web 4 [#582](https://github.com/svenstaro/miniserve/pull/582) [#462](https://github.com/svenstaro/miniserve/issues/462) (thanks @aliemjay) - List directory if index file not found [#583](https://github.com/svenstaro/miniserve/pull/583) [#275](https://github.com/svenstaro/miniserve/pull/583) (thanks @aliemjay) - Add special colors for visited links [#521](https://github.com/svenstaro/miniserve/pull/521) (thanks @raffomania) +- Switch from structopt to clap v3 [#587](https://github.com/svenstaro/miniserve/pull/587) + + This enables slightly nicer help output as well as much better completions. ## [0.15.0] - 2021-08-27 - Add hardened systemd template unit file to `packaging/miniserve@.service` |