diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-11-11 00:29:00 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-11-11 00:29:00 +0000 |
commit | d320bc60f35cae6a6414ff0578bb43068b859e85 (patch) | |
tree | 66fe9d743fc3b313f92a8a9e63d38143adfeb872 | |
parent | Merge pull request #949 from IvkinStanislav/issue-440 (diff) | |
download | miniserve-d320bc60f35cae6a6414ff0578bb43068b859e85.tar.gz miniserve-d320bc60f35cae6a6414ff0578bb43068b859e85.zip |
Add CHANGELOG entry for localized datetime
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2caaeb6..74caa63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,10 @@ 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) ## [0.22.0] - 2022-09-20 -- Faster QR code generation [#848](https://github.com/svenstaro/miniserve/pull/848/files) (thanks @cyqsimon) +- Faster QR code generation [#848](https://github.com/svenstaro/miniserve/pull/848) (thanks @cyqsimon) - Make `--readme` support not only `README.md` but also `README` and `README.txt` rendered as plaintext [#911](https://github.com/svenstaro/miniserve/pull/911) (thanks @Atreyagaurav) - Change `-u/--upload-files` slightly in the sense that it can now either be provided by itself as |