summaryrefslogtreecommitdiffstats
path: root/third_party/rust/mio-extras/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/mio-extras/CHANGELOG.md')
-rw-r--r--third_party/rust/mio-extras/CHANGELOG.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/third_party/rust/mio-extras/CHANGELOG.md b/third_party/rust/mio-extras/CHANGELOG.md
new file mode 100644
index 0000000000..eb00eca0ef
--- /dev/null
+++ b/third_party/rust/mio-extras/CHANGELOG.md
@@ -0,0 +1,31 @@
+## 2.0.5 (18 Jun 2018)
+
+* update `lazycell` from 0.6 -> 1.0
+
+## 2.0.4 (7 Apr 2018)
+
+* Bump mio dependency (fixes minimal-versions build)
+
+## 2.0.3 (28 Dec 2017)
+
+* update `log` from 0.3 -> 0.4
+
+## 2.0.2
+
+* More docs tidying.
+
+## 2.0.1
+
+* Another try at documenting the timer interface.
+
+## 2.0.0
+
+* Remove channel implementation details from the API. Specifically, the following are no longer public:
+ * `ctl_pair()`
+ * `SenderCtl`
+ * `ReceiverCtl`
+* Document all APIs
+
+## 1.0.0
+
+* Initial release. Essentially identical to [mio-more](https://github.com/carllerche/mio-more).