From a173967bfcc7c88ec474acbf8cab7d2dd9ce7c3b Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 3 May 2024 14:07:22 -0500 Subject: [PATCH] Add CHANGES entry about type confusion --- actix-web/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index c6454ed65..3300a6ffc 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -9,6 +9,7 @@ ### Changed - Minimum supported Rust version (MSRV) is now 1.72. +- Avoid type confusion in rare circumstances ## 4.5.1