mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
d57ffebf93
commit
b04bc9af21
|
@ -4,6 +4,7 @@
|
|||
### Added
|
||||
* Implement `exclude_regex` for Logger middleware. [#1723]
|
||||
* Add request-local data extractor `web::ReqData`. [#1748]
|
||||
* Add ability to register closure for request middleware logging. [#1749]
|
||||
|
||||
### Changed
|
||||
* Print non-configured `Data<T>` type when attempting extraction. [#1743]
|
||||
|
@ -14,6 +15,7 @@
|
|||
[#1743]: https://github.com/actix/actix-web/pull/1743
|
||||
[#1748]: https://github.com/actix/actix-web/pull/1748
|
||||
[#1750]: https://github.com/actix/actix-web/pull/1750
|
||||
[#1749]: https://github.com/actix/actix-web/pull/1749
|
||||
|
||||
|
||||
## 3.1.0 - 2020-09-29
|
||||
|
|
Loading…
Reference in New Issue