From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- third_party/rust/mio-extras/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 third_party/rust/mio-extras/CHANGELOG.md (limited to 'third_party/rust/mio-extras/CHANGELOG.md') 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). -- cgit v1.2.3