aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-08-31 15:19:35 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-08-31 15:19:35 +0000
commit94c781174b00975664a8f77f63b456b5828c6d1d (patch)
treea91929e2e44b13c6972c66cfb0b0f606b3a55f0a /CHANGELOG.md
parentMerge pull request #524 from aliemjay/qrcode-terminal (diff)
downloadminiserve-94c781174b00975664a8f77f63b456b5828c6d1d.tar.gz
miniserve-94c781174b00975664a8f77f63b456b5828c6d1d.zip
Add CHANGELOG entry for printing QR codes on terminal
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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)