changelog

This commit is contained in:
Ali MJ Al-Nasrawy 2022-01-27 20:09:09 +03:00
parent 1185037637
commit ae7db440cc
1 changed files with 7 additions and 4 deletions

View File

@ -1,10 +1,13 @@
# Changes # Changes
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
- Remove the unused `ResourceInfo`. - Remove the unused `ResourceInfo`. [#2612]
- Add `RouterBuilder::push`. - Add `RouterBuilder::push`. [#2612]
- Change signature of `ResourceDef::capture_match_info_fn` to remove `user_data` parameter. - Change signature of `ResourceDef::capture_match_info_fn` to remove `user_data` parameter. [#2612]
- Relax bounds in `Router::recognize*` and `ResourceDef::capture_match_info`. - Replace `Option<U>` 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 ## 0.5.0-rc.2 - 2022-01-21