From 610dfc32d085451cb5c1f38721319a9b87bb0476 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 26 Nov 2022 11:26:11 -0600 Subject: [PATCH] 473: Update changelog entries --- actix-rt/CHANGES.md | 2 +- actix-server/CHANGES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index f6a9bcb0..ad54ed8d 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -6,7 +6,7 @@ - Update tokio-uring to 0.4 [#454]: https://github.com/actix/actix-net/pull/454 -[#???]: todo +[#473]: https://github.com/actix/actix-net/pull/473 ## 2.7.0 - 2022-03-08 diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index f0184425..10f5376d 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -4,7 +4,7 @@ - Minimum supported Rust version (MSRV) is now 1.59. - Update tokio-uring to 0.4 -[#???]: pending +[#473]: https://github.com/actix/actix-net/pull/473 ## 2.1.1 - 2022-03-09