tokio/tokio-tcp/CHANGELOG.md
2019-08-08 12:48:53 -07:00

391 B

0.2.0-alpha.1 (August 8, 2019)

Changed

  • Switch to async, await, and std::future.

0.1.3 (January 6, 2019)

  • Deprecate TcpStream::try_clone() (#824).
  • Add examples to TcpListener and TcpStream API docs (#775).

0.1.2 (September 27, 2018)

  • Documentation tweaks

0.1.1 (August 6, 2018)

  • Add TcpStream::try_clone (#448)

0.1.0 (March 23, 2018)

  • Initial release