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

add ApplyTransform new service

This commit is contained in:
Nikolay Kim
2019-03-04 21:24:47 -08:00
parent 2e18ca805c
commit 03f2046a42
3 changed files with 88 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.3.2] - 2019-03-xx
### Added
* Add `ApplyTransform` new service for transform and new service.
## [0.3.2] - 2019-03-04
### Changed