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

add custom request path quoter #182

This commit is contained in:
Nikolay Kim
2018-04-17 12:55:13 -07:00
parent 3a79505a44
commit a826d113ee
12 changed files with 236 additions and 35 deletions

View File

@ -1,5 +1,9 @@
# Changes
## 0.5.3 (2018-04-xx)
* Impossible to quote slashes in path parameters #182
## 0.5.2 (2018-04-16)