From 5cd3ea40a8da8bc52ace953ce831ce59cb7eca65 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 9 Feb 2025 01:45:14 +0000 Subject: [PATCH] chore: fix changelog --- 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 47f42b85a..edbdc6982 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -2,8 +2,8 @@ ## Unreleased +- Implement `Responder` for `Result<(), E: Into>`. Returning `Ok(())` responds with HTTP 204 No Content. - On Windows, an error is now returned from `HttpServer::bind()` (or TLS variants) when binding to a socket that's already in use. -- Implemented `Responder` for `Result<(), E: Into>`. Returning `Ok(())` responds with HTTP 204 No Content. - Update `brotli` dependency to `7`. - Minimum supported Rust version (MSRV) is now 1.75.