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

re-export openssl connector builder (#429)

This commit is contained in:
Rob Ede
2021-12-10 23:11:24 +00:00
committed by GitHub
parent 90f205a465
commit eb490a9125
3 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,11 @@
## Unreleased - 2021-xx-xx
## 3.0.0-rc.2 - 2021-12-10
* Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#???]
[#???]: https://github.com/actix/actix-net/pull/???
## 3.0.0-rc.1 - 2021-11-29
### Added
* Derive `Debug` for `connect::Connection`. [#422]