From a38a4f6834bf4054f485d5844248acb15ac847d0 Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Wed, 2 Jun 2021 23:21:57 +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 4c19aedc..8196c3ee 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx +* When matching URL parameters, `%25` is kept in the percent-encoded form - no longer decoded to `%`. [#357] + +[#357]: https://github.com/actix/actix-net/pull/357 ## 0.2.7 - 2021-02-06