1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00: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