diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-28 19:08:34 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-28 19:08:34 +0000 |
commit | b29d538b8f4fa9568b3bfcf6793724390fd24229 (patch) | |
tree | 92db78486675c6d660d3ee2c772a1da234d254dd | |
parent | Merge pull request #482 from rouge8/shell-completions (diff) | |
download | miniserve-b29d538b8f4fa9568b3bfcf6793724390fd24229.tar.gz miniserve-b29d538b8f4fa9568b3bfcf6793724390fd24229.zip |
Add CHANGELOG entry for shell completions
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a126f26..5a84fb2 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 +- Add `--print-completions` to print shell completions for various supported shells [#482](https://github.com/svenstaro/miniserve/pull/482) (thanks @rouge8) ## [0.12.1] - 2021-03-27 - Fix QR code not showing when using both `--random-route` and `--qrcode` [#480](https://github.com/svenstaro/miniserve/pull/480) (thanks @rouge8) |