From d1438cda48afc6187fdf9e7aeb789a793a8664d8 Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Fri, 2 Jul 2021 21:45:06 +0300 Subject: [PATCH] changelog --- actix-router/CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 8eac4ea9..bc22ee7e 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -2,8 +2,11 @@ ## Unreleased - 2021-xx-xx * Fix segment interpolation leaving `Path` in unintended state after matching. [#368] +* Path tail pattern now works as expected after a dynamic segment (e.g. `/user/{uid}/*`). [#366] +* Fixed a bug where, in multi-patterns, static patterns are interpreted as regex. [#366] [#368]: https://github.com/actix/actix-net/pull/368 +[#366]: https://github.com/actix/actix-net/pull/366 ## 0.4.0 - 2021-06-06