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

add .apply_cfg new service combinator

This commit is contained in:
Nikolay Kim
2019-03-09 09:01:02 -08:00
parent d2b96ff877
commit 629ef23371
3 changed files with 187 additions and 2 deletions

View File

@ -1,11 +1,14 @@
# Changes
## [0.3.2] - 2019-03-xx
## [0.3.3] - 2019-03-xx
### Added
* Add `ApplyTransform` new service for transform and new service.
* Add `NewService::apply_cfg()` combinator, it allows to use
nested `NewService` with different config parameter.
### Changed
* Revert IntoFuture change