diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-30 04:52:20 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-30 04:52:20 +0000 |
commit | cee56266d1529f5c15b582dfb4c0c584e27e1d10 (patch) | |
tree | e85d38ea1fdda6304e9b932ed1e0a6c5e69dd567 | |
parent | Merge pull request #500 from aliemjay/interfaces (diff) | |
download | miniserve-cee56266d1529f5c15b582dfb4c0c584e27e1d10.tar.gz miniserve-cee56266d1529f5c15b582dfb4c0c584e27e1d10.zip |
Add CHANGELOG entry for binding behavior revamp
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f583251..0a16fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Switch from structopt to clap v3 [#587](https://github.com/svenstaro/miniserve/pull/587) This enables slightly nicer help output as well as much better completions. +- Fix network interface handling [#500](https://github.com/svenstaro/miniserve/pull/500) [#470](https://github.com/svenstaro/miniserve/issues/470) [#405](https://github.com/svenstaro/miniserve/issues/405) [#422](https://github.com/svenstaro/miniserve/issues/422) (thanks @aliemjay) ## [0.15.0] - 2021-08-27 - Add hardened systemd template unit file to `packaging/miniserve@.service` |