diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-31 15:19:35 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-31 15:19:35 +0000 |
commit | 94c781174b00975664a8f77f63b456b5828c6d1d (patch) | |
tree | a91929e2e44b13c6972c66cfb0b0f606b3a55f0a | |
parent | Merge pull request #524 from aliemjay/qrcode-terminal (diff) | |
download | miniserve-94c781174b00975664a8f77f63b456b5828c6d1d.tar.gz miniserve-94c781174b00975664a8f77f63b456b5828c6d1d.zip |
Add CHANGELOG entry for printing QR codes on terminal
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c36c501..85bf11e 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 +- Print QR codes on terminal [#524](https://github.com/svenstaro/miniserve/pull/524) (thanks @aliemjay) ## [0.16.0] - 2021-08-31 - Fix serving files with backslashes in their names [#578](https://github.com/svenstaro/miniserve/pull/578) (thanks @Jikstra) |