From c7e794ab893e9fed5b86cf3171f9cb7d0b7f94dc Mon Sep 17 00:00:00 2001 From: Matt Gathu Date: Fri, 9 Oct 2020 16:01:04 +0200 Subject: [PATCH] Update change log --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f6186adff..ea77607c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx +* Implement Logger middleware regex exclude pattern [#1723] +[#1723]: https://github.com/actix/actix-web/pull/1723 ## 3.1.0 - 2020-09-29 ### Changed @@ -9,7 +11,6 @@ to retain any trailing slashes. [#1695] * Remove bound `std::marker::Sized` from `web::Data` to support storing `Arc` via `web::Data::from` [#1710] -* Implement Logger middleware regex exclude pattern [#1723] ### Fixed * `ResourceMap` debug printing is no longer infinitely recursive. [#1708] @@ -17,7 +18,6 @@ [#1695]: https://github.com/actix/actix-web/pull/1695 [#1708]: https://github.com/actix/actix-web/pull/1708 [#1710]: https://github.com/actix/actix-web/pull/1710 -[#1723]: https://github.com/actix/actix-web/pull/1723 ## 3.0.2 - 2020-09-15