diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-20 00:35:34 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-20 00:35:34 +0000 |
commit | 320c856935a41a7afe94d5e81b18e08c66f48393 (patch) | |
tree | 2d9e0068be663a96240f09cf0826da4c58a31887 | |
parent | Add CHANGELOG for restricted upload directories (diff) | |
download | miniserve-320c856935a41a7afe94d5e81b18e08c66f48393.tar.gz miniserve-320c856935a41a7afe94d5e81b18e08c66f48393.zip |
Add forgotten credits to CHANGELOG
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ef043..dc1f0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Faster QR code generation [#848](https://github.com/svenstaro/miniserve/pull/848/files) (thanks @cyqsimon) - Make `--readme` support not only `README.md` but also `README` and `README.txt` rendered as - plaintext (thanks @Atreyagaurav) + plaintext [#911](https://github.com/svenstaro/miniserve/pull/911) (thanks @Atreyagaurav) - Change `-u/--upload-files` slightly in the sense that it can now either be provided by itself as before or receive a file path to restrict uploading to only that path. Can be provided multiple - times for multiple allowed paths. + times for multiple allowed paths [#858](https://github.com/svenstaro/miniserve/pull/858) (thanks + @jonasdiemer) ## [0.21.0] - 2022-09-15 - Fix bug where static files would be served incorrectly when using `--random-route` [#835](https://github.com/svenstaro/miniserve/pull/835) (thanks @solarknight) |