From 9d843e0cdf398e6e0f57103df114946e960c931b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 24 Feb 2021 16:19:17 +0000 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 18024084e..819237ab7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -169,7 +169,7 @@ ## 3.0.0-beta.4 - 2020-09-09 ### Added * `middleware::NormalizePath` now has configurable behavior for either always having a trailing - slash, or as the new addition, always trimming trailing slashes. [#1639] + slash, or as the new addition, always trimming trailing slashes. [#1639] ### Changed * Update actix-codec and actix-utils dependencies. [#1634]