1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-16 06:44:05 +00:00

docs: update changelogs

This commit is contained in:
Rob Ede 2024-10-07 21:25:35 +01:00
parent fedbc5fe40
commit 42951915ac
No known key found for this signature in database
GPG key ID: 97C636207D3EF933
3 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,7 @@
## Unreleased
- Update `brotli` dependency to `7`.
- Minimum supported Rust version (MSRV) is now 1.75.
## 3.9.0

View file

@ -2,8 +2,9 @@
## Unreleased
- 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).
## 4.9.0

View file

@ -2,6 +2,7 @@
## Unreleased
- Update `brotli` dependency to `7`.
- Prevent panics on connection pool drop when Tokio runtime is shutdown early.
- Minimum supported Rust version (MSRV) is now 1.75.