add changelog

This commit is contained in:
fakeshadow 2021-07-20 10:04:22 +08:00
parent fc3664b623
commit fc044e6fc3
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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