1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-30 15:06:40 +02: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