From 0c22ff27c32cac5d05a71c8f9c009f2f3cdad47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=87=E9=80=B8?= Date: Mon, 26 May 2025 21:05:13 +0800 Subject: [PATCH] Sync change log --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f416f22c..7b4846fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.5.10 + +* Add cygwin support + (https://github.com/rust-lang/socket2/pull/568, + https://github.com/rust-lang/socket2/pull/578). + +# 0.5.9 + +* Enable `IP_BOUND_IF` on illumos and Solaris + (https://github.com/rust-lang/socket2/pull/561, + https://github.com/rust-lang/socket2/pull/566). + # 0.5.8 * Added `Socket::(set_)header_included_v4` and