From e9b337950bb095a3a88349b578c6c0881bb593f7 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 20 Oct 2021 16:53:08 +0100 Subject: [PATCH] update changelog --- actix-tls/CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 17fc61b3..d3d1f761 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -4,10 +4,10 @@ ## 3.0.0-beta.7 - 2021-10-20 -* Add `webpki_roots_cert_store()` to get rustls compatible webpki roots cert store. [#???] -* Alias `connect::ssl` to `connect::tls`. [#???] +* Add `webpki_roots_cert_store()` to get rustls compatible webpki roots cert store. [#401] +* Alias `connect::ssl` to `connect::tls`. [#401] -[#???]: https://github.com/actix/actix-net/pull/??? +[#401]: https://github.com/actix/actix-net/pull/401 ## 3.0.0-beta.6 - 2021-10-19