diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-28 22:37:11 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-28 22:37:11 +0000 |
commit | aade3677bd7648080bc0815966694096a3937c97 (patch) | |
tree | 7a23aa2e2561b23bc4dd5ef2c33a0c0ab706d07b | |
parent | Bump lockfile (diff) | |
download | miniserve-aade3677bd7648080bc0815966694096a3937c97.tar.gz miniserve-aade3677bd7648080bc0815966694096a3937c97.zip |
Add CHANGELOG entry for actix-web 4 upgrade
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf70b23..d897915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Fix serving files with backslashes in their names [#578](https://github.com/svenstaro/miniserve/pull/578) (thanks @Jikstra) +- Fix behavior of downloading symlinks by upgrading to actix-web 4 [#582](https://github.com/svenstaro/miniserve/pull/582)[#462](https://github.com/svenstaro/miniserve/issues/462) (thanks @aliemjay) ## [0.15.0] - 2021-08-27 - Add hardened systemd template unit file to `packaging/miniserve@.service` |