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

add BoxedNewService and BoxedService

This commit is contained in:
Nikolay Kim
2019-02-21 10:41:39 -08:00
parent 3d7daabdd7
commit a97d7f0ccf
4 changed files with 111 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.2.3] - 2019-02-21
### Added
* Add `BoxedNewService` and `BoxedService`
## [0.2.2] - 2019-02-11
### Added