diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-06 15:44:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 15:44:29 +0000 |
commit | 4ff1e22b9ee0f534c304d77710acc439cc8f89c9 (patch) | |
tree | 63b04bfa1e385b7b9c672e835c1c44c4a56ebdbc | |
parent | Add generate QR code (#330) (diff) | |
download | miniserve-4ff1e22b9ee0f534c304d77710acc439cc8f89c9.tar.gz miniserve-4ff1e22b9ee0f534c304d77710acc439cc8f89c9.zip |
Add CHANGELOG entry for QR code feature
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dd70df0..b9f3373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 0.8.0 - TBA - Accept port 0 to find a random free port and use that [#327](https://github.com/svenstaro/miniserve/pull/327) (thanks @parrotmac) +- Show QR code in interface [#330](https://github.com/svenstaro/miniserve/pull/330) (thanks @wyhaya) # 0.7.0 - 2020-05-14 - Add zip archiving [#297](https://github.com/svenstaro/miniserve/pull/297) (thanks @marawan31) |