add note about tokio 1.0 to changelogs

This commit is contained in:
Rob Ede 2021-01-03 23:17:15 +00:00
parent 27d2405b65
commit 32508fe96f
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## Unreleased - 2021-xx-xx
### Changed
* Update `actix-*` dependencies to tokio `1.0` based versions. [#1813]
* Bumped `rand` to `0.8`.
* Update `rust-tls` to `0.19`. [#1813]
* Rename `Handler` to `HandlerService` and rename `Factory` to `Handler`. [#1852]

View File

@ -3,9 +3,11 @@
## Unreleased - 2021-xx-xx
### Changed
* Bumped `rand` to `0.8`.
* Update `actix-*` dependencies to tokio `1.0` based versions. [#1813]
* Update `bytes` to `1.0`. [#1813]
* Update `h2` to `0.3`. [#1813]
[#1813]: https://github.com/actix/actix-web/pull/1813