From 8ed0b64f67d7ae4e3c78958782a593c2cb4bf7f1 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 16 Jul 2021 18:54:01 +0100 Subject: [PATCH] update changelog --- actix-router/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 0c043e53..ee6d1aac 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -4,12 +4,12 @@ * 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] -* Rename `Path::{len => segment_count}` to be more accurate. [#???] +* Rename `Path::{len => segment_count}` to be more accurate. [#370] [#368]: https://github.com/actix/actix-net/pull/368 [#366]: https://github.com/actix/actix-net/pull/366 [#368]: https://github.com/actix/actix-net/pull/368 -[#???]: https://github.com/actix/actix-net/pull/??? +[#370]: https://github.com/actix/actix-net/pull/370 ## 0.4.0 - 2021-06-06