Files
tokio/tokio-udp/CHANGELOG.md
T
Carl Lerche 07203408de Bump version to v0.1.8 (#566)
This also bumps a number of sub crates:

* tokio-executor (0.1.3)
* tokio-io (0.1.8)
* tokio-reactor (0.1.4)
* tokio-threadpool (0.1.6)
* tokio-timer (0.2.6)
* tokio-udp (0.1.2)
2018-08-24 08:58:26 -07:00

173 B

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