aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-02-21 12:33:15 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-02-21 12:33:24 +0000
commit720a6f39a7301a0ddcc92d3290ca41f68154cdaa (patch)
tree37413d6d013bd4aa0c96d873970bffc9f086dcb9 /CHANGELOG.md
parentMerge pull request #991 from Vam-Jam/sort_down_fix (diff)
downloadminiserve-720a6f39a7301a0ddcc92d3290ca41f68154cdaa.tar.gz
miniserve-720a6f39a7301a0ddcc92d3290ca41f68154cdaa.zip
Add CHANGELOG entry for sorting subdir fix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74caa63..ac6f32d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Update to clap v4
- Show localized datetime [#949](https://github.com/svenstaro/miniserve/pull/949) (thanks @IvkinStanislav)
+- Fix sorting breaks subdir downloading [#991](https://github.com/svenstaro/miniserve/pull/991) (thanks @Vam-Jam)
## [0.22.0] - 2022-09-20
- Faster QR code generation [#848](https://github.com/svenstaro/miniserve/pull/848) (thanks @cyqsimon)