diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-02-27 19:00:24 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-02-27 19:00:24 +0000 |
commit | 044b4c193e66683001c0d0afa4bf9f8e51516853 (patch) | |
tree | 10031ce7148870f647b7c54de3ad3845e1ef00f9 | |
parent | Fix grammar (diff) | |
download | miniserve-044b4c193e66683001c0d0afa4bf9f8e51516853.tar.gz miniserve-044b4c193e66683001c0d0afa4bf9f8e51516853.zip |
Add CHANGELOG entry for custom headers
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
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) |