From f261b5ca4f30c55673f7393e73dfe4977dfcf372 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 8 Mar 2022 20:15:44 +0000 Subject: [PATCH] update changelogs --- actix-rt/CHANGES.md | 4 ++-- actix-server/CHANGES.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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