diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-07-28 13:05:27 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-07-28 13:05:27 +0000 |
commit | 5c28b5e90b1df2aaf1a4e582d62520d45af64490 (patch) | |
tree | b0d56614850d65b03e6528d07b5bb2b504e78073 | |
parent | Merge pull request #835 from solarknight/fix/css_route_prefix (diff) | |
download | miniserve-5c28b5e90b1df2aaf1a4e582d62520d45af64490.tar.gz miniserve-5c28b5e90b1df2aaf1a4e582d62520d45af64490.zip |
Add CHANGELOG for fixed --random-route static files
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd63ef1..4891c48 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 +- Fix bug where static files would be served incorrectly when using `--random-route` [#835](https://github.com/svenstaro/miniserve/pull/835) (thanks @solarknight) ## [0.20.0] - 2022-06-26 - Fixed security issue where it was possible to upload files to locations pointed to by symlinks |