From fc044e6fc3987a44d01603d0b5720af50626cf88 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Tue, 20 Jul 2021 10:04:22 +0800 Subject: [PATCH] add changelog --- actix-rt/CHANGES.md | 3 +++ actix-server/CHANGES.md | 2 ++ 2 files changed, 5 insertions(+) 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