aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-02-27 19:00:24 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-02-27 19:00:24 +0000
commit044b4c193e66683001c0d0afa4bf9f8e51516853 (patch)
tree10031ce7148870f647b7c54de3ad3845e1ef00f9
parentFix grammar (diff)
downloadminiserve-044b4c193e66683001c0d0afa4bf9f8e51516853.tar.gz
miniserve-044b4c193e66683001c0d0afa4bf9f8e51516853.zip
Add CHANGELOG entry for custom headers
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fcbb96..16e46ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add binaries for more architectures
- Upgrade lockfile which fixes some security issues
- Allow multiple file upload [#434](https://github.com/svenstaro/miniserve/pull/434) (thanks @mhuesch)
+- Allow for setting custom headers via `--header` [#452](https://github.com/svenstaro/miniserve/pull/452) (thanks @deantvv)
## [0.10.4] - 2021-01-05
- Add `--dirs-first`/`-D` option to list directories first [#423](https://github.com/svenstaro/miniserve/pull/423) (thanks @levaitamas)