From 79322fe6086c1014a05cff0fc8480b98c98e02db Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 20 Oct 2020 23:42:19 +0100 Subject: [PATCH] amend PR number --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1621df27a..9ea3a2094 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,14 +3,14 @@ ## Unreleased - 2020-xx-xx ### Added * Implement `exclude_regex` for Logger middleware. [#1723] -* Add request-local data extractor `web::ReqData`. [#1729] +* Add request-local data extractor `web::ReqData`. [#1748] ### Changed * Print non-configured `Data` type when attempting extraction. [#1743] -[#1729]: https://github.com/actix/actix-web/pull/1729 [#1723]: https://github.com/actix/actix-web/pull/1723 [#1743]: https://github.com/actix/actix-web/pull/1743 +[#1748]: https://github.com/actix/actix-web/pull/1748 ## 3.1.0 - 2020-09-29