2018-12-10 00:19:25 +01:00
|
|
|
# Changes
|
|
|
|
|
2019-12-09 16:50:36 +01:00
|
|
|
## [0.2.0-alpha.4]
|
|
|
|
|
|
|
|
* Fix buffer remaining capacity calcualtion
|
|
|
|
|
2019-12-05 08:11:56 +01:00
|
|
|
## [0.2.0-alpha.3]
|
|
|
|
|
|
|
|
* Use tokio 0.2
|
|
|
|
|
2019-12-04 20:36:31 +01:00
|
|
|
* Fix low/high watermark for write/read buffers
|
|
|
|
|
2019-12-02 17:30:09 +01:00
|
|
|
## [0.2.0-alpha.2]
|
|
|
|
|
|
|
|
* Migrated to `std::future`
|
|
|
|
|
|
|
|
|
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
|