From 471f1b3bb64c0250b9501ee3a354fa6a832b8782 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 29 Aug 2025 03:34:13 +0100 Subject: [PATCH] Update CHANGES.md --- actix-web/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index 7796047b0..c5a51f984 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -4,6 +4,7 @@ - `actix_web::response::builder::HttpResponseBuilder::streaming()` now sets `Content-Type` to `application/octet-stream` if `Content-Type` does not exist. - `actix_web::response::builder::HttpResponseBuilder::streaming()` now calls `actix_web::response::builder::HttpResponseBuilder::no_chunking()` if `Content-Length` is set by user. +- Add `ws` crate feature (on-by-default) which forwards to `actix-http` and guards some of its `ResponseError` impls. ## 4.11.0 @@ -15,7 +16,6 @@ - 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