diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 11:34:56 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 11:34:56 +0000 |
commit | 03882f695fa2094c05fcd966f3ca2132d50a1653 (patch) | |
tree | 14e60f8d08f28a23b29de63483d74703bc2a81b4 /CHANGELOG.md | |
parent | Merge pull request #725 from aliemjay/update_actix_web (diff) | |
download | miniserve-03882f695fa2094c05fcd966f3ca2132d50a1653.tar.gz miniserve-03882f695fa2094c05fcd966f3ca2132d50a1653.zip |
Add CHANGELOG for #670
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 df2dd4b..09075bb 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 +- Fix panic when using TLS in some instances [#670](https://github.com/svenstaro/miniserve/issues/670) (thanks @aliemjay) ## [0.18.0] - 2021-10-26 - Add raw mode and raw mode footer display [#508](https://github.com/svenstaro/miniserve/pull/508) (thanks @Jikstra) |