diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-03 01:54:44 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-03 01:54:44 +0000 |
commit | 0cf447095534f37befca11789f1a5398e5d23e26 (patch) | |
tree | 6791ffa30c3e0e31b1aa7482ead2a4e2a955432b /CHANGELOG.md | |
parent | Merge pull request #1285 from cyqsimon/listing-crash-fix (diff) | |
download | miniserve-0cf447095534f37befca11789f1a5398e5d23e26.tar.gz miniserve-0cf447095534f37befca11789f1a5398e5d23e26.zip |
Add CHANGELOG entry for #1285
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 207ad93..1235004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - 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) +- Prevent illegal request path from crashing program [#1285](https://github.com/svenstaro/miniserve/pull/1285) (thanks @cyqsimon) ## [0.24.0] - 2023-07-06 - Fix ANSI color codes are printed when not a tty [#1095](https://github.com/svenstaro/miniserve/pull/1095) |