diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-09-04 19:17:10 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-09-04 19:17:19 +0000 |
commit | d44b6a67c7d5395e330f896a16f69f117d333966 (patch) | |
tree | e035d8561d20da17ee342bf3a124a1544f5193f6 | |
parent | Fix mobile view pills taking whole width (fixes #591) (diff) | |
download | miniserve-d44b6a67c7d5395e330f896a16f69f117d333966.tar.gz miniserve-d44b6a67c7d5395e330f896a16f69f117d333966.zip |
Add CHANGELOG entry for fixed mobile info pills
-rw-r--r-- | CHANGELOG.md | 1 |
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) |