aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-04-26 10:01:25 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-04-26 10:01:25 +0000
commit17f53454b4cd7bbfc07046bf9cf287a569618cf4 (patch)
treefa3cff132d2298375917661f4ff130d50816ee43 /CHANGELOG.md
parentImprove documentation for the --header parameter (#1389) (diff)
downloadminiserve-17f53454b4cd7bbfc07046bf9cf287a569618cf4.tar.gz
miniserve-17f53454b4cd7bbfc07046bf9cf287a569618cf4.zip
Add CHANGELOG entry for #1389
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 280dc41..bdf2f8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Fix wrapping text in mobile view when the file name too long [#1379](https://github.com/svenstaro/miniserve/pull/1379) (thanks @chaibiq)
- Fix missing drag-form when dragging file in to browser [#1390](https://github.com/svenstaro/miniserve/pull/1390) (thanks @chaibiq)
+- Improve documentation for the --header parameter [#1389](https://github.com/svenstaro/miniserve/pull/1389) (thanks @orwithout)
## [0.27.1] - 2024-03-16
- Add `Add file and folder symbols` [#1365](https://github.com/svenstaro/miniserve/pull/1365) (thanks @chaibiq)