diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-08-14 23:19:08 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-08-14 23:19:08 +0000 |
commit | f801761790b2b82416d32c5036078954d6d61e58 (patch) | |
tree | 5d691b5df29c7b62315bf9474e453ce6abe1e5c1 | |
parent | Merge pull request #860 from Atreyagaurav/master (diff) | |
download | miniserve-f801761790b2b82416d32c5036078954d6d61e58.tar.gz miniserve-f801761790b2b82416d32c5036078954d6d61e58.zip |
Add CHANGELOG for #860
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4891c48..1850f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Fix bug where static files would be served incorrectly when using `--random-route` [#835](https://github.com/svenstaro/miniserve/pull/835) (thanks @solarknight) +- Add `--readme` to render the README in the current directory after the file listing [#860](https://github.com/svenstaro/miniserve/pull/860) (thanks @Atreyagaurav) ## [0.20.0] - 2022-06-26 - Fixed security issue where it was possible to upload files to locations pointed to by symlinks |