1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Fix StaticFiles does not support percent encoded paths #177

This commit is contained in:
Nikolay Kim
2018-04-13 10:13:12 -07:00
parent c0976bfa17
commit 22c776f46e
2 changed files with 21 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# Changes
## 0.5.2 (2018-04-xx)
* Fix StaticFiles does not support percent encoded paths #177
## 0.5.1 (2018-04-12)
* Client connector provides stats, `ClientConnector::stats()`