aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-09-21 21:33:29 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-09-21 21:33:29 +0000
commit767d6844b4a787bd712a30636e93e7eb218c5833 (patch)
tree4e36323cb91a37861a7ecb571be9e5d4aba3416b
parentMerge pull request #1454 from cyqsimon/whatwg-spec (diff)
downloadminiserve-767d6844b4a787bd712a30636e93e7eb218c5833.tar.gz
miniserve-767d6844b4a787bd712a30636e93e7eb218c5833.zip
Add CHANGELOG entry for #1454
-rw-r--r--CHANGELOG.md1
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)