From 062f46bc618923e943ab3acf3f19326b7a8940a2 Mon Sep 17 00:00:00 2001 From: William Myers Date: Thu, 13 Aug 2020 15:54:31 -0700 Subject: [PATCH] Update changelog for #1621 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index adc343050..cbee4ee38 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ destructuring. [#1594] * `ServiceRequest::app_data` allows retrieval of non-Data data without splitting into parts to access `HttpRequest` which already allows this. [#1618] +* Re-export all error types from `awc`. [#1621] * MSRV is now 1.42.0. ### Fixed @@ -17,6 +18,7 @@ [#1609]: https://github.com/actix/actix-web/pull/1609 [#1610]: 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