diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 483999ce..1f054f9f 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx +* Add `io-uring` feature for enabling async file Io on linux system. [#374] + +[#374]: https://github.com/actix/actix-net/pull/374 ## 2.2.0 - 2021-03-29 diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index 28c7b206..772982dd 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -3,8 +3,10 @@ ## Unreleased - 2021-xx-xx * Remove `config` module. `ServiceConfig`, `ServiceRuntime` public types are removed due to this change. [#349] * Remove `ServerBuilder::configure` [#349] +* Add `io-uring` feature for enabling async file Io on linux system. [#374] [#349]: https://github.com/actix/actix-net/pull/349 +[#374]: https://github.com/actix/actix-net/pull/374 ## 2.0.0-beta.5 - 2021-04-20