chore: fix changelog

This commit is contained in:
Rob Ede 2025-02-09 01:45:14 +00:00
parent a2a8edb3a5
commit 5cd3ea40a8
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@
## Unreleased
- Implement `Responder` for `Result<(), E: Into<Error>>`. 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<Error>>`. Returning `Ok(())` responds with HTTP 204 No Content.
- Update `brotli` dependency to `7`.
- Minimum supported Rust version (MSRV) is now 1.75.