From fac2af3d6c76aa9b68cfd70fc1393be38fce00b7 Mon Sep 17 00:00:00 2001 From: Durairaj Subramaniam Date: Mon, 7 Oct 2024 22:44:01 +0100 Subject: [PATCH] doc: add case for empty tuple seperately --- actix-web/CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index e510b487b..b9388d79b 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -5,7 +5,6 @@ - On Windows, an error is now returned from `HttpServer::bind()` (or TLS variants) when binding to a socket that's already in use. - Update `brotli` dependency to `7`. - Minimum supported Rust version (MSRV) is now 1.75. -- On Windows platforms, produce an error when invoking `HttpServer::bind` on a socket that's already in use. See [issue 2958](https://github.com/actix/actix-web/issues/2958). - Service macro comments are now filtered out see [issue 3472](https://github.com/actix/actix-web/issues/3472). ## 4.9.0