From 168286ac0b35f19742cb6b6476693bee895c14e9 Mon Sep 17 00:00:00 2001 From: takashiidobe Date: Tue, 23 Jun 2020 13:42:28 -0400 Subject: [PATCH] change route to named route in CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9cb88df85..2c6b5d560 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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