Files
tokio/tokio-udp/CHANGELOG.md
T
Lucio Franco 7b39388415 Prep tokio-udp 0.1.4 release (#1503)
* Fix warnings in udp tests

* Prep tokio-udp 0.1.4 release
2019-08-28 12:16:40 -04:00

347 B

0.1.4 (August 28, 2019)

  • Fix UdpFramed's ability to decode multiple frames in one datagram (#1444)

0.1.3 (November 21, 2018)

  • Add RecvDgram::into_parts (#710).

0.1.2 (August 23, 2018)

  • Provide methods to inspect readiness (#522)

0.1.1 (June 13, 2018)

  • Switch to tokio-codec (#360)

0.1.0 (Mar 23, 2018)

  • Initial release