diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-03-15 19:30:47 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-03-15 19:30:47 +0000 |
commit | 2750d196f4235ea5b3760dcb83276c61d04be496 (patch) | |
tree | 2cdc19ce3e83f0ceb061c3efe181cf1cf6659116 /CHANGELOG.md | |
parent | Merge pull request #755 from mayjs/upload-mediatypes (diff) | |
download | miniserve-2750d196f4235ea5b3760dcb83276c61d04be496.tar.gz miniserve-2750d196f4235ea5b3760dcb83276c61d04be496.zip |
Add CHANGELOG for #755
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 428a717..f1a6906 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 +- Allow to set the accept input attribute to arbitrary values using `-m` and `-M` [#755](https://github.com/svenstaro/miniserve/pull/755) (thanks @mayjs) ## [0.19.2] - 2022-02-21 - Add man page support via `--print-manpage` [#738](https://github.com/svenstaro/miniserve/pull/738) |