From 9076d146988c0b0af312cd64b9d08c66d5e6366f Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 26 Nov 2022 11:39:27 -0600 Subject: [PATCH] 2934: Update CHANGES --- actix-files/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index 99067fe18..1c68d5caa 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -6,7 +6,7 @@ - Update tokio-uring to 0.4 [#2903]: https://github.com/actix/actix-web/pull/2903 -[#????]: pending +[#2934]: https://github.com/actix/actix-web/pull/2934 ## 0.6.2 - 2022-07-23 - Allow partial range responses for video content to start streaming sooner. [#2817]