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

undeprecate framed transport

This commit is contained in:
Nikolay Kim
2019-07-17 13:31:00 +06:00
parent 42d526bced
commit 9d1b428b34
3 changed files with 8 additions and 11 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.4.4] - 2019-07-17
### Changed
* Undeprecate `FramedTransport` as it is actually useful
## [0.4.3] - 2019-07-17
### Deprecated