Skip to content

Commit a468183

Browse files
committed
fix changelogs
1 parent 5d2da0f commit a468183

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

actix-service/CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55

66
## 2.0.2 - 2021-12-18
7-
- Service types can now be `Send` and `'static` regardless of request, response, and config types, etc.. [#397]
7+
- Service types can now be `Send` and `'static` regardless of request, response, and config types, etc. [#397]
88

99
[#397]: https://github.com/actix/actix-net/pull/397
1010

1111

1212
## 2.0.1 - 2021-10-11
13-
- Documentation fix.
13+
- Documentation fix. [#388]
14+
15+
[#388]: https://github.com/actix/actix-net/pull/388
1416

1517

1618
## 2.0.0 - 2021-04-16

actix-tls/CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55

66
## 3.0.0-rc.2 - 2021-12-10
7-
- Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#???]
7+
- Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#429]
88

9-
[#???]: https://github.com/actix/actix-net/pull/???
9+
[#429]: https://github.com/actix/actix-net/pull/429
1010

1111
## 3.0.0-rc.1 - 2021-11-29
1212
### Added

0 commit comments

Comments
 (0)