diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-21 17:36:55 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-21 17:36:55 +0000 |
commit | d3756376d279d2a1fb7afde044b471c46d4ae216 (patch) | |
tree | 44c79117e3327656958eac371bb74cd1256a9e34 | |
parent | Merge pull request #343 from equal-l2/actix-2 (diff) | |
download | miniserve-d3756376d279d2a1fb7afde044b471c46d4ae216.tar.gz miniserve-d3756376d279d2a1fb7afde044b471c46d4ae216.zip |
Add changelog entry for actix-web 2 port (thanks a ton @equal-l2)
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 056fc8e..65ae57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Accept port 0 to find a random free port and use that [#327](https://github.com/svenstaro/miniserve/pull/327) (thanks @parrotmac) - Show QR code in interface [#330](https://github.com/svenstaro/miniserve/pull/330) (thanks @wyhaya) +- Ported to actix-web 2 and futures 0.3 [#343](https://github.com/svenstaro/miniserve/pull/343) (thanks @equal-l2) ## [0.7.0] - 2020-05-14 - Add zip archiving [#297](https://github.com/svenstaro/miniserve/pull/297) (thanks @marawan31) |