mirror of https://github.com/fafhrd91/actix-web
change route to named route in CHANGES.md
This commit is contained in:
parent
90add4ca26
commit
168286ac0b
|
@ -7,7 +7,7 @@
|
|||
* Re-export `actix_rt::main` as `actix_web::main`.
|
||||
* `HttpRequest::match_pattern` and `ServiceRequest::match_pattern` for extracting the matched
|
||||
resource pattern.
|
||||
* `HttpRequest::match_name` for matching a path to a route.
|
||||
* `HttpRequest::match_name` for matching a path to a named route.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
Loading…
Reference in New Issue