diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-07 00:53:30 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-07 00:53:30 +0000 |
commit | 742efbaac38bb32852f3d5e654d5ecd0e5776625 (patch) | |
tree | a4de14f933a608f079eab03d000b769f0620765e | |
parent | Fix serving files with a newline (fixes #1294) (diff) | |
download | miniserve-742efbaac38bb32852f3d5e654d5ecd0e5776625.tar.gz miniserve-742efbaac38bb32852f3d5e654d5ecd0e5776625.zip |
Add CHANGELOG entry for #1294
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1235004..4feaccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - 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) - Prevent illegal request path from crashing program [#1285](https://github.com/svenstaro/miniserve/pull/1285) (thanks @cyqsimon) +- Fixed issue where serving files with a newline would fail [#1294](https://github.com/svenstaro/miniserve/issues/1294) ## [0.24.0] - 2023-07-06 - Fix ANSI color codes are printed when not a tty [#1095](https://github.com/svenstaro/miniserve/pull/1095) |