diff --git a/CHANGES.md b/CHANGES.md index 4cba158ef..32f444ec1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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] diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index a4caa0c59..147285ddf 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -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