Update changelog for #1621

This commit is contained in:
William Myers 2020-08-13 15:54:31 -07:00
parent b278232ef2
commit 062f46bc61
No known key found for this signature in database
GPG Key ID: 87AC27DE8462AB71
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
destructuring. [#1594] destructuring. [#1594]
* `ServiceRequest::app_data` allows retrieval of non-Data data without splitting into parts to * `ServiceRequest::app_data` allows retrieval of non-Data data without splitting into parts to
access `HttpRequest` which already allows this. [#1618] access `HttpRequest` which already allows this. [#1618]
* Re-export all error types from `awc`. [#1621]
* MSRV is now 1.42.0. * MSRV is now 1.42.0.
### Fixed ### Fixed
@ -17,6 +18,7 @@
[#1609]: https://github.com/actix/actix-web/pull/1609 [#1609]: https://github.com/actix/actix-web/pull/1609
[#1610]: https://github.com/actix/actix-web/pull/1610 [#1610]: https://github.com/actix/actix-web/pull/1610
[#1618]: https://github.com/actix/actix-web/pull/1610 [#1618]: https://github.com/actix/actix-web/pull/1610
[#1621]: https://github.com/actix/actix-web/pull/1621
## 3.0.0-beta.1 - 2020-07-13 ## 3.0.0-beta.1 - 2020-07-13