changelog

This commit is contained in:
Ali MJ Al-Nasrawy 2021-12-04 10:01:14 +03:00
parent dd0d4f2ca2
commit e449692a31
1 changed files with 1 additions and 1 deletions

View File

@ -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