From 1da99644cfddc3cfcf38b47bff9363aad75bc37c Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Fri, 4 Jun 2021 20:09:54 -0400 Subject: [PATCH] update actix-router changelog --- actix-router/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 4c19aedc..ade87b37 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -5,9 +5,10 @@ ## 0.2.7 - 2021-02-06 * Add `Router::recognize_checked` [#247] +* `Path::add` and `add_static` takes `impl Into>` [#345] [#247]: https://github.com/actix/actix-net/pull/247 - +[#345]: https://github.com/actix/actix-net/pull/345 ## 0.2.6 - 2021-01-09 * Use `bytestring` version range compatible with Bytes v1.0. [#246]