From e9e07466e11265a6c0860bc4c9922c702deb2559 Mon Sep 17 00:00:00 2001 From: Stephen Eckels Date: Sat, 4 Apr 2020 11:47:20 -0400 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 34908d96d..7d990ca9f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ ### Changed * Implement `std::error::Error` for our custom errors [#1422] +* NormalizePath middleware now appends trailing / so that routes of form /example/ respond to /example resquests. [#1422]: https://github.com/actix/actix-web/pull/1422