change route to named route in CHANGES.md

This commit is contained in:
takashiidobe 2020-06-23 13:42:28 -04:00
parent 90add4ca26
commit 168286ac0b
1 changed files with 1 additions and 1 deletions

View File

@ -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