From 9e2e3daa88e2c336f7b34044fe48b959b8e50104 Mon Sep 17 00:00:00 2001 From: George Pollard Date: Wed, 20 Aug 2025 11:06:44 +1200 Subject: [PATCH] Update CHANGES.md --- actix-web/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index ab40eea98..10e4ef2e8 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -12,6 +12,7 @@ - Ignore `Host` header in `Host` guard when connection protocol is HTTP/2. - Re-export `mime` dependency. - Update `brotli` dependency to `8`. +- Make `ws` feature of `actix-http` optional (controlled by `ws` feature in `actix-web`). ## 4.10.2