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:
parent
aa764a75f0
commit
d623e7b269
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue