From d623e7b2690c54be02855a7ffd53790252935835 Mon Sep 17 00:00:00 2001 From: AverageHelper Date: Sun, 8 Dec 2024 18:06:18 -0700 Subject: [PATCH] doc: Also add changelog entry to actix-web --- actix-files/CHANGES.md | 2 +- actix-web/CHANGES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index 2cf1e0e2..e6a174ac 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -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 diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index cee14dc4..52d8cf97 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -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