From ae7db440cc5fd58e791a35ce109db006472dd196 Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Thu, 27 Jan 2022 20:09:09 +0300 Subject: [PATCH] changelog --- actix-router/CHANGES.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 935b64f77..41104db98 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -1,10 +1,13 @@ # 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`. +- Remove the unused `ResourceInfo`. [#2612] +- Add `RouterBuilder::push`. [#2612] +- Change signature of `ResourceDef::capture_match_info_fn` to remove `user_data` parameter. [#2612] +- Replace `Option` with `U` in `Router` api. [#2612] +- Relax bounds in `Router::recognize*` and `ResourceDef::capture_match_info`. [#2612] + +[#2612]: https://github.com/actix/actix-web/pull/2612 ## 0.5.0-rc.2 - 2022-01-21