diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-28 19:46:06 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-28 19:46:06 +0000 |
commit | 3c5a2de4308975af2ba3a831b638705c424fd2f8 (patch) | |
tree | 01d2a6897b3c07c2fb801f1c03b8f352a1c75329 /CHANGELOG.md | |
parent | Fix tests (diff) | |
download | miniserve-3c5a2de4308975af2ba3a831b638705c424fd2f8.tar.gz miniserve-3c5a2de4308975af2ba3a831b638705c424fd2f8.zip |
Change start message without arguments to be a bit more clear
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a84fb2..09479d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate +- Change default log level to `Warn` +- Change start messages a bit to be more clear - 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 |