diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 6253b522a..935b64f77 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -1,6 +1,10 @@ # Changes ## Unreleased - 2021-xx-xx +- Remove the unused `ResourceInfo`. +- Add `RouterBuilder::push`. +- Change signature of `ResourceDef::capture_match_info_fn` to remove `user_data` parameter. +- Relax bounds in `Router::recognize*` and `ResourceDef::capture_match_info`. ## 0.5.0-rc.2 - 2022-01-21