mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
22 lines
391 B
Markdown
22 lines
391 B
Markdown
# 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
|