update changelog

This commit is contained in:
jdeepee 2020-10-28 11:00:18 +00:00
parent d57ffebf93
commit b04bc9af21
1 changed files with 2 additions and 0 deletions

View File

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