1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00

Update CHANGES for default scope propagation

This commit is contained in:
Josh Leeb-du Toit 2018-06-21 19:37:34 +10:00
parent c5e8c1b710
commit 0338767264

View File

@ -25,6 +25,8 @@
* `HttpRequest::url_for_static()` for a named route with no variables segments
* Propagation of the application's default resource to scopes that haven't set a default resource.
### Changed