From bacae0c6c2317abfac5a5285919b1e3af37331fa Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Thu, 27 Jan 2022 20:53:52 +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 6253b522a..1f22e5764 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx +- `Quoter::requote` now returns `Option>`. [#2613] + +[#2613]: https://github.com/actix/actix-web/pull/2613 ## 0.5.0-rc.2 - 2022-01-21