1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00

fix changelogs

This commit is contained in:
Rob Ede 2021-12-18 03:35:18 +00:00
parent 5d2da0fdc7
commit a4681831a7
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 6 additions and 4 deletions

View File

@ -4,13 +4,15 @@
## 2.0.2 - 2021-12-18
- Service types can now be `Send` and `'static` regardless of request, response, and config types, etc.. [#397]
- Service types can now be `Send` and `'static` regardless of request, response, and config types, etc. [#397]
[#397]: https://github.com/actix/actix-net/pull/397
## 2.0.1 - 2021-10-11
- Documentation fix.
- Documentation fix. [#388]
[#388]: https://github.com/actix/actix-net/pull/388
## 2.0.0 - 2021-04-16

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