summaryrefslogtreecommitdiffstats
path: root/tokio-tcp/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-tcp/CHANGELOG.md')
-rw-r--r--tokio-tcp/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tokio-tcp/CHANGELOG.md b/tokio-tcp/CHANGELOG.md
index e54cc14e..3e416d52 100644
--- a/tokio-tcp/CHANGELOG.md
+++ b/tokio-tcp/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 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