Files
tokio/tokio-tcp/CHANGELOG.md
T

17 lines
295 B
Markdown
Raw Normal View History

2019-01-06 23:25:55 -08:00
# 0.1.3 (January 6, 2019)
* Deprecate `TcpStream::try_clone()` (#824).
* Add examples to TcpListener and TcpStream API docs (#775).
2018-09-26 22:32:51 -07:00
# 0.1.2 (September 27, 2018)
* Documentation tweaks
2018-08-06 20:36:50 -07:00
# 0.1.1 (August 6, 2018)
* Add `TcpStream::try_clone` (#448)
# 0.1.0 (March 23, 2018)
* Initial release