Add Change log entry

This commit is contained in:
Matt Gathu 2020-10-03 10:34:02 +02:00
parent a4f9fb6e39
commit c6511ac55a
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
to retain any trailing slashes. [#1695]
* Remove bound `std::marker::Sized` from `web::Data` to support storing `Arc<dyn Trait>`
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