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:
@ -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
|
||||
|
Reference in New Issue
Block a user