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

@ -2,6 +2,10 @@
## [0.3.0] - 2019-02-xx
## Added
* Added boxed NewService and Service.
## Changed
* Added `Config` argument to `NewService` trait.