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

prepare service release 2.0.0-beta.5

This commit is contained in:
Rob Ede
2021-03-15 23:09:34 +00:00
parent 91ea8c5dad
commit 746cc2ab89
7 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 2.0.0-beta.5 - 2021-03-15
* Add default `Service` trait impl for `Rc<S: Service>` and `&S: Service`. [#288]
* Add `boxed::rc_service` function for constructing `boxed::RcService` type [#290]