aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-02-06 02:05:41 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2025-02-06 02:05:41 +0000
commitea2565d4f2382581970ebe17fd6faddd3c6bf2c5 (patch)
treecb2417ebae2ae64e37a0fe5b8f68e6c3906676cc /CHANGELOG.md
parentMerge pull request #1415 from ahti/webdav (diff)
downloadminiserve-ea2565d4f2382581970ebe17fd6faddd3c6bf2c5.tar.gz
miniserve-ea2565d4f2382581970ebe17fd6faddd3c6bf2c5.zip
Add CHANGELOG entry for #1415
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 191ef4c..1606b3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Make URL encoding fully WHATWG-compliant [#1454](https://github.com/svenstaro/miniserve/pull/1454) (thanks @cyqsimon)
- Fix `OVERWRITE_FILES` env var not being prefixed by `MINISERVE_` [#1457](https://github.com/svenstaro/miniserve/issues/1457)
-- Change `font-weight` of regular files to be `normal` to improve readability (thanks @shaicoleman)
+- Change `font-weight` of regular files to be `normal` to improve readability [#1471](https://github.com/svenstaro/miniserve/pull/1471) (thanks @shaicoleman)
+- Add webdav support [#1415](https://github.com/svenstaro/miniserve/pull/1415) (thanks @ahti)
## [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)