diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-03 01:52:40 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-03 01:52:40 +0000 |
commit | 70cc2a8664e590047288bbd9eb15074826204cda (patch) | |
tree | d73d36359f01954706c2bd707a6faa55ad4ee3a7 | |
parent | Update actix-multipart to 0.6.1 (diff) | |
download | miniserve-70cc2a8664e590047288bbd9eb15074826204cda.tar.gz miniserve-70cc2a8664e590047288bbd9eb15074826204cda.zip |
Add CHANGELOG entry for #1290
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 69badd6..207ad93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Add `--pretty-urls` [#1193](https://github.com/svenstaro/miniserve/pull/1193) (thanks @nlopes) - Fix single quote display with `--show-wget-footer` [#1191](https://github.com/svenstaro/miniserve/pull/1191) (thanks @d-air1) +- Remove header Content-Encoding when archiving [#1290](https://github.com/svenstaro/miniserve/pull/1290) (thanks @5long) ## [0.24.0] - 2023-07-06 - Fix ANSI color codes are printed when not a tty [#1095](https://github.com/svenstaro/miniserve/pull/1095) |