diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-08-03 05:30:09 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-08-03 05:30:09 +0000 |
commit | fc5fd3ccf9073d6178575c9329caa16dcb1a0fa6 (patch) | |
tree | 59a2ca57ea3606698ac7a740077bc76591962bcb /CHANGELOG.md | |
parent | Merge pull request #1191 from d-air1/encode-quotes-in-directory-path (diff) | |
download | miniserve-fc5fd3ccf9073d6178575c9329caa16dcb1a0fa6.tar.gz miniserve-fc5fd3ccf9073d6178575c9329caa16dcb1a0fa6.zip |
Add CHANGELOG entry for #1191
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2f62b..b9fb0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate +- Fix single quote display with `--show-wget-footer` [#1191](https://github.com/svenstaro/miniserve/pull/1191) (thanks @d-air1) ## [0.24.0] - 2023-07-06 - Fix ANSI color codes are printed when not a tty [#1095](https://github.com/svenstaro/miniserve/pull/1095) |