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