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

Allow to use path without traling slashes for scope registration #241

This commit is contained in:
Nikolay Kim
2018-05-23 13:21:29 -07:00
parent 72757887c9
commit 68eb2f26c9
11 changed files with 107 additions and 59 deletions

View File

@ -2,6 +2,10 @@
## [0.6.10] - 2018-05-xx
### Added
* Allow to use path without traling slashes for scope registration #241
### Fixed
* `TestServer::post()` actually sends `GET` request #240