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

Added Framed::map_io() method

This commit is contained in:
Nikolay Kim
2019-03-27 17:30:37 -07:00
parent e0d3581239
commit 95d02659d5
3 changed files with 27 additions and 6 deletions

View File

@ -1,6 +1,11 @@
# Changes
## [0.1.0] - 2019-03-06
## [0.1.2] - 2019-03-27
* Added `Framed::map_io()` method.
## [0.1.1] - 2019-03-06
* Added `FramedParts::with_read_buffer()` method.