From d3cae8192f25c5171a3a13a759cbc771361ad7ab Mon Sep 17 00:00:00 2001 From: Omid Rad Date: Wed, 1 Sep 2021 20:43:30 +0200 Subject: [PATCH] Add changelog --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 217ec4f78..47faea354 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## Unreleased - 2021-xx-xx ### Added * Re-export actix-service `ServiceFactory` in `dev` module. [#2325] +* Re-export rustls. [#2054] ### Changed * Minimum supported Rust version (MSRV) is now 1.51. @@ -13,7 +14,7 @@ [#2325]: https://github.com/actix/actix-web/pull/2325 [#2344]: https://github.com/actix/actix-web/pull/2344 - +[#2054]: https://github.com/actix/actix-web/issues/2054 ## 4.0.0-beta.8 - 2021-06-26 ### Added