From e449692a31c830d616d4c0e1bf686fe21fcfc626 Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Sat, 4 Dec 2021 10:01:14 +0300 Subject: [PATCH] changelog --- actix-service/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-service/CHANGES.md b/actix-service/CHANGES.md index 40331846..bc7e69df 100644 --- a/actix-service/CHANGES.md +++ b/actix-service/CHANGES.md @@ -1,7 +1,7 @@ # Changes ## Unreleased - 2021-xx-xx -* Service types are noe `Send` 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