1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-16 21:26:34 +00:00

doc: Also add changelog entry to actix-web

This commit is contained in:
AverageHelper 2024-12-08 18:06:18 -07:00
parent aa764a75f0
commit d623e7b269
No known key found for this signature in database
GPG key ID: F2D4E0462A058DCB
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.75.
- Permit serving `.well-known` files when serving dotfiles is otherwise disallowed.
- Allow serving `.well-known` files when serving dotfiles is otherwise disallowed.
## 0.6.6

View file

@ -5,6 +5,7 @@
- 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.
- Allow serving `.well-known` files when serving dotfiles is otherwise disallowed.
## 4.9.0