1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

prepare actix-service release 2.0.2

This commit is contained in:
Rob Ede
2021-12-18 03:26:59 +00:00
parent ef18a8342e
commit 5d2da0fdc7
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 2.0.2 - 2021-12-18
- 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