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

renamed boxed service

This commit is contained in:
Nikolay Kim
2019-11-25 18:18:00 +06:00
parent 905d058454
commit 1fddd1e75b
5 changed files with 44 additions and 32 deletions

View File

@ -1,5 +1,21 @@
# Changes
## [1.0.0-alpha.2] - 2019-11-xx
### Renamed BoxedNewService/BoxedService to BoxServiceFactory/BoxService
## [1.0.0-alpha.1] - 2019-11-25
### Changed
* Migraded to `std::future`
* `NewService` renamed to `ServiceFactory`
* Added `pipeline` and `pipeline_factory` function
## [0.4.2] - 2019-08-27
### Fixed