diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-09-21 21:33:29 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-09-21 21:33:29 +0000 |
commit | 767d6844b4a787bd712a30636e93e7eb218c5833 (patch) | |
tree | 4e36323cb91a37861a7ecb571be9e5d4aba3416b | |
parent | Merge pull request #1454 from cyqsimon/whatwg-spec (diff) | |
download | miniserve-767d6844b4a787bd712a30636e93e7eb218c5833.tar.gz miniserve-767d6844b4a787bd712a30636e93e7eb218c5833.zip |
Add CHANGELOG entry for #1454
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3656f8b..1271177 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 +- Make URL encoding fully WHATWG-compliant [#1454](https://github.com/svenstaro/miniserve/pull/1454) (thanks @cyqsimon) ## [0.28.0] - 2024-09-12 - Fix wrapping text in mobile view when the file name too long [#1379](https://github.com/svenstaro/miniserve/pull/1379) (thanks @chaibiq) |