diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-02-07 12:47:14 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-02-07 12:47:14 +0000 |
commit | e8c71d6fcfca3884f7fb7d280d957cdbd7f8c90e (patch) | |
tree | 4bfb748fadda7ea0b6dc1922c6a4068c6e328b7e /CHANGELOG.md | |
parent | Merge pull request #1473 from Flat/mobile-sorting (diff) | |
download | miniserve-e8c71d6fcfca3884f7fb7d280d957cdbd7f8c90e.tar.gz miniserve-e8c71d6fcfca3884f7fb7d280d957cdbd7f8c90e.zip |
Add CHANGELOG entry for #1473
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 3f376f4..3f0fedb 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 +- Add date pill and sort links for mobile views [#1473](https://github.com/svenstaro/miniserve/pull/1473) (thanks @Flat) ## [0.29.0] - 2025-02-06 - Make URL encoding fully WHATWG-compliant [#1454](https://github.com/svenstaro/miniserve/pull/1454) (thanks @cyqsimon) |