mirror of https://github.com/fafhrd91/actix-net
update changelogs
This commit is contained in:
parent
4f19584d03
commit
f261b5ca4f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue