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

rename StreamServiceFactory to ServiceFactory

This commit is contained in:
Nikolay Kim
2019-03-04 14:31:46 -08:00
parent 82930de8e7
commit 9f25fdf929
4 changed files with 21 additions and 9 deletions

View File

@ -1,5 +1,14 @@
# Changes
## [0.3.1] - 2019-03-xx
### Changed
* Rename `StreamServiceFactory` to `ServiceFactory`
* Deprecate `StreamServiceFactory`
## [0.3.0] - 2019-03-02
### Changed