1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

prepare rt and tls releases (#287)

This commit is contained in:
Rob Ede
2021-02-25 11:50:24 +00:00
committed by GitHub
parent 789e6a8a46
commit 06ddad0051
8 changed files with 54 additions and 25 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 2.1.0 - 2021-02-24
* Add `ActixStream` extension trait to include readiness methods. [#276]
* Re-export `tokio::net::TcpSocket` in `net` module [#282]