update changelogs

This commit is contained in:
Rob Ede 2022-03-08 20:15:44 +00:00
parent 4f19584d03
commit f261b5ca4f
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Changes
## Unreleased - 2022-xx-xx
- Update `tokio-uring` dependency to `0.3.0`. [#???]
- Update `tokio-uring` dependency to `0.3.0`. [#448]
- Minimum supported Rust version (MSRV) is now 1.49.
[#???]: https://github.com/actix/actix-net/pull/???
[#448]: https://github.com/actix/actix-net/pull/448
## 2.6.0 - 2022-01-12

View File

@ -1,11 +1,11 @@
# Changes
## Unreleased - 2022-xx-xx
- Update `tokio-uring` dependency to `0.3.0`. [#???]
- Update `tokio-uring` dependency to `0.3.0`. [#448]
- Wait for accept thread to stop before sending completion signal. [#443]
[#443]: https://github.com/actix/actix-net/pull/443
[#???]: https://github.com/actix/actix-net/pull/???
[#448]: https://github.com/actix/actix-net/pull/448
## 2.0.0 - 2022-01-19