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

deprecate ClonableService and FramedTransport

This commit is contained in:
Nikolay Kim
2019-07-17 10:57:52 +06:00
parent 411e31786f
commit 23a230a83b
4 changed files with 23 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changes
## [0.4.3] - 2019-07-17
### Deprecated
* Deprecate `CloneableService` as it is not safe and in general not very useful
* Deprecate `FramedTransport` in favor of `actix-ioframe`
## [0.4.2] - 2019-06-26
### Fixed