From 7194d3f151b49dd83b9ff60fcc30c4cbbd3f996a Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Tue, 4 Jan 2022 18:59:28 +0300 Subject: [PATCH] chagelog --- actix-router/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index c85d10e2a..9fe4fb419 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -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>`. [#2568] + +[#2568]: https://github.com/actix/actix-web/pull/2568 ## 0.5.0-beta.3 - 2021-12-17