From 031c58782abc8c91d5060cc1e63c731cfe248fb2 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 17 Sep 2019 11:15:13 -0700 Subject: [PATCH] CHANGES.md: Mention {Scope,Resource}::register_data. --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f37f8b466..0c858d34c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,9 @@ * Add `middleware::Conditon` that conditionally enables another middleware +* Add `Scope::register_data` and `Resource::register_data` methods, parallel to + `App::register_data`. + ### Fixed * h2 will use error response #1080