diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-15 05:39:54 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-15 05:39:54 +0000 |
commit | e2ca1a1e31e965e805e54e2c0046983b2637e7e5 (patch) | |
tree | c20e8668e7f1464f915b115c23e96d35d35e9f3b | |
parent | Remove old Cross.toml (diff) | |
download | miniserve-e2ca1a1e31e965e805e54e2c0046983b2637e7e5.tar.gz miniserve-e2ca1a1e31e965e805e54e2c0046983b2637e7e5.zip |
Add CHANGELOG for additional architectures
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1850f28..61a706b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,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) +- Add more architectures (and also additional container images) ## [0.20.0] - 2022-06-26 - Fixed security issue where it was possible to upload files to locations pointed to by symlinks |