diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-04-26 08:07:32 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-04-26 08:07:41 +0000 |
commit | f888de9a58b299d08560997dc554c86ca5c916b7 (patch) | |
tree | 1529fd931ca0567deb540b3d5633f72d26e2ca62 /CHANGELOG.md | |
parent | Merge pull request #1390 from chaibiq/add_CSS (diff) | |
download | miniserve-f888de9a58b299d08560997dc554c86ca5c916b7.tar.gz miniserve-f888de9a58b299d08560997dc554c86ca5c916b7.zip |
Add CHANGELOG entry for #1390
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b33df1c..280dc41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Fix wrapping text in mobile view when the file name too long [#1379](https://github.com/svenstaro/miniserve/pull/1379) (thanks @chaibiq) +- Fix missing drag-form when dragging file in to browser [#1390](https://github.com/svenstaro/miniserve/pull/1390) (thanks @chaibiq) ## [0.27.1] - 2024-03-16 - Add `Add file and folder symbols` [#1365](https://github.com/svenstaro/miniserve/pull/1365) (thanks @chaibiq) |