diff --git a/CHANGES.md b/CHANGES.md index 5fd3869f9..f6186adff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ 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] @@ -16,6 +17,7 @@ [#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