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