mirror of https://github.com/fafhrd91/actix-web
changelog
This commit is contained in:
parent
cd499f47c2
commit
1185037637
|
@ -1,6 +1,10 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## 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
|
## 0.5.0-rc.2 - 2022-01-21
|
||||||
|
|
Loading…
Reference in New Issue