From 09ae9c9934fa56592c120bcab6f814535b5bfe3d Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 1 Dec 2020 05:28:51 +0900 Subject: [PATCH] Move an entry to the unreleased section --- CHANGES.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 75e016619..1175aa54a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## Unreleased - 2020-xx-xx ### Fixed * Ensure `actix-http` dependency uses same `serde_urlencoded`. +* Removed an occasional `unwrap` on `None` panic in `NormalizePathNormalization`. ## 3.3.0 - 2020-11-25 @@ -30,9 +31,6 @@ * Re-export bytes::Buf{Mut} in web module. [#1750] * Upgrade `pin-project` to `1.0`. -### Fixed -* Removed an occasional `unwrap` on `None` panic in `NormalizePathNormalization`. - [#1723]: https://github.com/actix/actix-web/pull/1723 [#1743]: https://github.com/actix/actix-web/pull/1743 [#1748]: https://github.com/actix/actix-web/pull/1748