Update CHANGES.md

This commit is contained in:
Stephen Eckels 2020-04-04 11:47:20 -04:00 committed by GitHub
parent abe26e4b44
commit e9e07466e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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