amend PR number

This commit is contained in:
Rob Ede 2020-10-20 23:42:19 +01:00
parent 51dd959c50
commit 79322fe608
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
### Added ### Added
* Implement `exclude_regex` for Logger middleware. [#1723] * Implement `exclude_regex` for Logger middleware. [#1723]
* Add request-local data extractor `web::ReqData`. [#1729] * Add request-local data extractor `web::ReqData`. [#1748]
### Changed ### Changed
* Print non-configured `Data<T>` type when attempting extraction. [#1743] * Print non-configured `Data<T>` type when attempting extraction. [#1743]
[#1729]: https://github.com/actix/actix-web/pull/1729
[#1723]: https://github.com/actix/actix-web/pull/1723 [#1723]: https://github.com/actix/actix-web/pull/1723
[#1743]: https://github.com/actix/actix-web/pull/1743 [#1743]: https://github.com/actix/actix-web/pull/1743
[#1748]: https://github.com/actix/actix-web/pull/1748
## 3.1.0 - 2020-09-29 ## 3.1.0 - 2020-09-29