Files
tokio/tokio-tls/CHANGELOG.md
T

37 lines
709 B
Markdown
Raw Normal View History

2019-11-26 09:17:27 -08:00
# 0.3.0 (November 26, 2019)
- Updates for tokio 0.2 release
# 0.3.0-alpha.6 (September 30, 2019)
- Move to `futures-*-preview 0.3.0-alpha.19`
- Move to `pin-project 0.4`
2019-09-19 13:39:35 -07:00
# 0.3.0-alpha.5 (September 19, 2019)
### Added
- `TlsStream::get_ref` and `TlsStream::get_mut` (#1537).
2019-08-30 10:20:44 -07:00
# 0.3.0-alpha.4 (August 30, 2019)
### Changed
- Track `tokio` 0.2.0-alpha.4
# 0.3.0-alpha.2 (August 17, 2019)
### Changed
- Update `futures` dependency to 0.3.0-alpha.18.
# 0.3.0-alpha.1 (August 8, 2019)
### Changed
- Switch to `async`, `await`, and `std::future`.
2019-01-06 23:25:55 -08:00
# 0.2.1 (January 6, 2019)
* Implement `Clone` for `TlsConnector` and `TlsAcceptor` (#777)
2018-08-08 10:17:28 -07:00
# 0.2.0 (August 8, 2018)
* Initial release with `tokio` support.