aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-09-04 19:17:10 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-09-04 19:17:19 +0000
commitd44b6a67c7d5395e330f896a16f69f117d333966 (patch)
treee035d8561d20da17ee342bf3a124a1544f5193f6 /CHANGELOG.md
parentFix mobile view pills taking whole width (fixes #591) (diff)
downloadminiserve-d44b6a67c7d5395e330f896a16f69f117d333966.tar.gz
miniserve-d44b6a67c7d5395e330f896a16f69f117d333966.zip
Add CHANGELOG entry for fixed mobile info pills
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 85bf11e..0e8f721 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Print QR codes on terminal [#524](https://github.com/svenstaro/miniserve/pull/524) (thanks @aliemjay)
+- Fix mobile layout info pills taking whole width [#591](https://github.com/svenstaro/miniserve/issues/591)
## [0.16.0] - 2021-08-31
- Fix serving files with backslashes in their names [#578](https://github.com/svenstaro/miniserve/pull/578) (thanks @Jikstra)