diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-09-16 15:58:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 15:58:51 +0000 |
commit | 640cfce1fbd42ede35b4d4f44ba2df2c363b2a6e (patch) | |
tree | 667ceac0dcc24f87e535b73e8a1d564f227d1afd /CHANGELOG.md | |
parent | Merge pull request #373 from KevCui/master (diff) | |
download | miniserve-640cfce1fbd42ede35b4d4f44ba2df2c363b2a6e.tar.gz miniserve-640cfce1fbd42ede35b4d4f44ba2df2c363b2a6e.zip |
Add changelog entry for #373
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4277582..43f01ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Make name ordering case-insensitive [#362](https://github.com/svenstaro/miniserve/pull/362) (thanks @ahti) - Give name column more space [#362](https://github.com/svenstaro/miniserve/pull/362) (thanks @ahti) - Fix double-escaping [#354](https://github.com/svenstaro/miniserve/issues/354) -- Upgrade to actix-web 3.0.0 +- Upgrade to actix-web 3.0 +- Fix time display for files created "now" [#373](https://github.com/svenstaro/miniserve/pull/373) (thanks @imp and @KevCui) ## [0.8.0] - 2020-07-22 - Accept port 0 to find a random free port and use that [#327](https://github.com/svenstaro/miniserve/pull/327) (thanks @parrotmac) |