diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-09-11 23:57:53 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-09-11 23:57:53 +0000 |
commit | 54dde66a43fec87e8ee4da51beaaa62aabb53fb3 (patch) | |
tree | 14017b003041e2faf16e8bd406e1e32046bb07aa /CHANGELOG.md | |
parent | Merge pull request #370 from komi1230/master (diff) | |
download | miniserve-54dde66a43fec87e8ee4da51beaaa62aabb53fb3.tar.gz miniserve-54dde66a43fec87e8ee4da51beaaa62aabb53fb3.zip |
Upgrade to actix-web 3.0.0
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 a0432c0..4277582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ 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 ## [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) |