doc: add case for empty tuple seperately

This commit is contained in:
Durairaj Subramaniam 2024-10-07 22:44:01 +01:00
parent 342867f10e
commit fac2af3d6c
No known key found for this signature in database
GPG Key ID: 8D10F94C0323BABE
1 changed files with 0 additions and 1 deletions

View File

@ -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. - 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`. - Update `brotli` dependency to `7`.
- Minimum supported Rust version (MSRV) is now 1.75. - 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). - Service macro comments are now filtered out see [issue 3472](https://github.com/actix/actix-web/issues/3472).
## 4.9.0 ## 4.9.0