1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Implement Logger middleware regex exclude pattern (#1723)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Matt Gathu
2020-10-19 08:18:16 +02:00
committed by GitHub
parent 2f84914146
commit cfd5b381f1
3 changed files with 42 additions and 3 deletions

View File

@ -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