1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

moved boxed service and new service to actix-service

This commit is contained in:
Nikolay Kim
2019-02-22 18:20:54 -08:00
parent 83f51b28d7
commit 7ee33efdfd
6 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,14 @@
# Changes
## [0.3.0] - 2019-02-xx
### Changed
* Use new `NewService` trait
* BoxedNewService` and `BoxedService` types moved to actix-service crate.
## [0.2.4] - 2019-02-21
### Changed