diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-02-21 12:33:15 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-02-21 12:33:24 +0000 |
commit | 720a6f39a7301a0ddcc92d3290ca41f68154cdaa (patch) | |
tree | 37413d6d013bd4aa0c96d873970bffc9f086dcb9 | |
parent | Merge pull request #991 from Vam-Jam/sort_down_fix (diff) | |
download | miniserve-720a6f39a7301a0ddcc92d3290ca41f68154cdaa.tar.gz miniserve-720a6f39a7301a0ddcc92d3290ca41f68154cdaa.zip |
Add CHANGELOG entry for sorting subdir fix
-rw-r--r-- | CHANGELOG.md | 1 |
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) |