diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index cf8b4fd1..9656528c 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -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 diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index ec09ea79..b524f9ea 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -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