1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

prepare actix-tls release 3.0.0

This commit is contained in:
Rob Ede
2021-12-26 21:12:19 +00:00
parent a4681831a7
commit 89a4c2ee27
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,10 @@
## Unreleased - 2021-xx-xx
## 3.0.0 - 2021-12-26
* No significant changes since `3.0.0-rc.2`.
## 3.0.0-rc.2 - 2021-12-10
- Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#429]