This commit is contained in:
Ali MJ Al-Nasrawy 2022-01-04 18:59:28 +03:00
parent c2f736fa00
commit 7194d3f151
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## Unreleased - 2021-xx-xx
- Minimum supported Rust version (MSRV) is now 1.54.
- `Resource` trait now have an associated type, `Path`, instead of the generic parameter. [#2568]
- `Resource` is now implemented for `&mut Path<_>` and `RefMut<Path<_>>`. [#2568]
[#2568]: https://github.com/actix/actix-web/pull/2568
## 0.5.0-beta.3 - 2021-12-17