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

Add route scopes #202

This commit is contained in:
Nikolay Kim
2018-04-29 19:35:50 -07:00
parent aa757a5be8
commit 368730f5f1
5 changed files with 53 additions and 10 deletions

View File

@ -2,6 +2,8 @@
## 0.6.0 (...)
* Add route scopes #202
* Websocket CloseCode Empty/Status is ambiguous #193
* Add Content-Disposition to NamedFile #204