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

Handling scoped paths without leading slashes #460

This commit is contained in:
Nikolay Kim
2018-09-02 08:14:54 -07:00
parent d5957a8466
commit 968c81e267
3 changed files with 71 additions and 20 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [0.7.5] - 2018-09-xx
## [0.7.5] - 2018-09-02
### Added
@ -13,6 +13,8 @@
* Handle socket read disconnect
* Handling scoped paths without leading slashes #460
## [0.7.4] - 2018-08-23