mirror of https://github.com/fafhrd91/actix-web
Add Change log entry
This commit is contained in:
parent
a4f9fb6e39
commit
c6511ac55a
|
@ -9,6 +9,7 @@
|
||||||
to retain any trailing slashes. [#1695]
|
to retain any trailing slashes. [#1695]
|
||||||
* Remove bound `std::marker::Sized` from `web::Data` to support storing `Arc<dyn Trait>`
|
* Remove bound `std::marker::Sized` from `web::Data` to support storing `Arc<dyn Trait>`
|
||||||
via `web::Data::from` [#1710]
|
via `web::Data::from` [#1710]
|
||||||
|
* Implement Logger middleware regex exclude pattern [#1723]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* `ResourceMap` debug printing is no longer infinitely recursive. [#1708]
|
* `ResourceMap` debug printing is no longer infinitely recursive. [#1708]
|
||||||
|
@ -16,6 +17,7 @@
|
||||||
[#1695]: https://github.com/actix/actix-web/pull/1695
|
[#1695]: https://github.com/actix/actix-web/pull/1695
|
||||||
[#1708]: https://github.com/actix/actix-web/pull/1708
|
[#1708]: https://github.com/actix/actix-web/pull/1708
|
||||||
[#1710]: https://github.com/actix/actix-web/pull/1710
|
[#1710]: https://github.com/actix/actix-web/pull/1710
|
||||||
|
[#1723]: https://github.com/actix/actix-web/pull/1723
|
||||||
|
|
||||||
|
|
||||||
## 3.0.2 - 2020-09-15
|
## 3.0.2 - 2020-09-15
|
||||||
|
|
Loading…
Reference in New Issue