diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-04-05 07:57:57 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-04-05 07:57:57 +0000 |
commit | 8826d86767add8be73280ae6a2461c2ea3a19712 (patch) | |
tree | 0d3af700770bc889d1aa7ed47d9e2f3ec1a29dea /CHANGELOG.md | |
parent | Merge pull request #1379 from chaibiq/add_CSS (diff) | |
download | miniserve-8826d86767add8be73280ae6a2461c2ea3a19712.tar.gz miniserve-8826d86767add8be73280ae6a2461c2ea3a19712.zip |
Add CHANGELOG entry for #1379
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eebb976..b33df1c 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 +- Fix wrapping text in mobile view when the file name too long [#1379](https://github.com/svenstaro/miniserve/pull/1379) (thanks @chaibiq) ## [0.27.1] - 2024-03-16 - Add `Add file and folder symbols` [#1365](https://github.com/svenstaro/miniserve/pull/1365) (thanks @chaibiq) |