summaryrefslogtreecommitdiffstats
path: root/third_party/rust/tokio-udp/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/tokio-udp/CHANGELOG.md')
-rw-r--r--third_party/rust/tokio-udp/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/tokio-udp/CHANGELOG.md b/third_party/rust/tokio-udp/CHANGELOG.md
new file mode 100644
index 0000000000..dd8dad17a3
--- /dev/null
+++ b/third_party/rust/tokio-udp/CHANGELOG.md
@@ -0,0 +1,7 @@
+# 0.1.1 (June 13, 2018)
+
+* Switch to tokio-codec (#360)
+
+# 0.1.0 (Mar 23, 2018)
+
+* Initial release