Files
tokio/tokio-tls/CHANGELOG.md
T

8 lines
158 B
Markdown
Raw Normal View History

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.