1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

fix changelogs

This commit is contained in:
Rob Ede
2021-12-18 03:35:18 +00:00
parent 5d2da0fdc7
commit a4681831a7
2 changed files with 6 additions and 4 deletions

View File

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