1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00
actix-net/actix-codec/CHANGES.md

16 lines
206 B
Markdown
Raw Normal View History

2018-12-10 00:19:25 +01:00
# Changes
2019-03-28 01:30:37 +01:00
## [0.1.2] - 2019-03-27
* Added `Framed::map_io()` method.
## [0.1.1] - 2019-03-06
2019-03-07 07:53:55 +01:00
* Added `FramedParts::with_read_buffer()` method.
2018-12-10 00:19:25 +01:00
## [0.1.0] - 2018-12-09
* Move codec to separate crate