1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Fix NormalizePath middleware impl #806

This commit is contained in:
Nikolay Kim
2019-05-01 12:40:56 -07:00
parent 87284f0951
commit 6b34909537
2 changed files with 34 additions and 3 deletions

View File

@ -8,6 +8,10 @@
* Allow to construct `Data` instances to avoid double `Arc` for `Send + Sync` types.
### Fixed
* Fix `NormalizePath` middleware impl #806
## [1.0.0-beta.2] - 2019-04-24