aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-17 19:53:43 -0800
committerHaibo Huang <hhb@google.com>2021-02-17 19:53:43 -0800
commit800e864d68737296cf1258b8e18915dc01e64ef9 (patch)
treea8f8e81c04c599df6a47dc43fc32a4470cc76d55 /CHANGELOG.md
parent6aea16abde398cf8864b5e570b1d6a689c152bbb (diff)
downloadmio-800e864d68737296cf1258b8e18915dc01e64ef9.tar.gz
Upgrade rust/crates/mio to 0.7.8
Test: make Change-Id: Ifa282eee38e66604bfaafe68e4ba82e3c4b2761c
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e5059c..2f23320 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 0.7.8
+
+## Fixes
+
+* Fix `TcpStream::set_linger` on macOS
+ (https://github.com/tokio-rs/mio/commit/175773ce02e85977db81224c782c8d140aba8543).
+* Fix compilation on DragonFlyBSD
+ (https://github.com/tokio-rs/mio/commit/b51af46b28871f8dd3233b490ee62237ffed6a26).
+
# 0.7.7
## Added