From a4681831a7692a28957ed447db338a9a0ccd3152 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 18 Dec 2021 03:35:18 +0000 Subject: [PATCH] fix changelogs --- actix-service/CHANGES.md | 6 ++++-- actix-tls/CHANGES.md | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/actix-service/CHANGES.md b/actix-service/CHANGES.md index 87fb1959..4e46148f 100644 --- a/actix-service/CHANGES.md +++ b/actix-service/CHANGES.md @@ -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 diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 579bfe39..2d1a1b61 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -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