1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

map_config() and unit_config() accepts IntoServiceFactory type

This commit is contained in:
Nikolay Kim
2019-12-22 16:30:49 +04:00
parent a80e1f8370
commit b599bc4a0c
3 changed files with 16 additions and 7 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [1.0.1] - 2019-12-22
### Changed
* `map_config()` and `unit_config()` accepts `IntoServiceFactory` type
## [1.0.0] - 2019-12-11
### Added