mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
13 lines
254 B
Markdown
13 lines
254 B
Markdown
# 0.3.0-alpha.1 (August 8, 2019)
|
|
|
|
### Changed
|
|
- Switch to `async`, `await`, and `std::future`.
|
|
|
|
# 0.2.1 (January 6, 2019)
|
|
|
|
* Implement `Clone` for `TlsConnector` and `TlsAcceptor` (#777)
|
|
|
|
# 0.2.0 (August 8, 2018)
|
|
|
|
* Initial release with `tokio` support.
|