aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-01-03 01:52:40 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-01-03 01:52:40 +0000
commit70cc2a8664e590047288bbd9eb15074826204cda (patch)
treed73d36359f01954706c2bd707a6faa55ad4ee3a7
parentUpdate actix-multipart to 0.6.1 (diff)
downloadminiserve-70cc2a8664e590047288bbd9eb15074826204cda.tar.gz
miniserve-70cc2a8664e590047288bbd9eb15074826204cda.zip
Add CHANGELOG entry for #1290
-rw-r--r--CHANGELOG.md1
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)