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

Custom BoxedNewService implementation

This commit is contained in:
Nikolay Kim
2019-02-21 11:19:16 -08:00
parent a97d7f0ccf
commit 6ea128fac5
3 changed files with 48 additions and 20 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.2.4] - 2019-02-21
### Changed
* Custom `BoxedNewService` implementation.
## [0.2.3] - 2019-02-21
### Added