From 2e18c57f9a451f4ececd34fae658b8816e7c7f0d Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 25 Jun 2021 02:06:59 +0100 Subject: [PATCH] update changelog --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index be7a6a146..3da742f9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,14 +12,14 @@ * Deprecate `App::data` and `App::data_factory`. [#2271] ### Fixed -* Scope and Resource middleware can access data items set on their own layer. [#????] +* Scope and Resource middleware can access data items set on their own layer. [#2288] [#2177]: https://github.com/actix/actix-web/pull/2177 [#2250]: https://github.com/actix/actix-web/pull/2250 [#2271]: https://github.com/actix/actix-web/pull/2271 [#2262]: https://github.com/actix/actix-web/pull/2262 [#2263]: https://github.com/actix/actix-web/pull/2263 -[#????]: https://github.com/actix/actix-web/pull/???? +[#2288]: https://github.com/actix/actix-web/pull/2288 ## 4.0.0-beta.7 - 2021-06-17