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

fix changelogs

This commit is contained in:
Rob Ede
2021-12-18 03:35:18 +00:00
parent 5d2da0fdc7
commit a4681831a7
2 changed files with 6 additions and 4 deletions

View File

@ -4,9 +4,9 @@
## 3.0.0-rc.2 - 2021-12-10
- Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#???]
- Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#429]
[#???]: https://github.com/actix/actix-net/pull/???
[#429]: https://github.com/actix/actix-net/pull/429
## 3.0.0-rc.1 - 2021-11-29
### Added