We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e99cf commit 7127683Copy full SHA for 7127683
CHANGELOG.md
@@ -1,4 +1,16 @@
1
-# 0.4.5
+# 0.4.6
2
+
3
+* Reverted back to the `winapi` dependency as switch to `windows-sys` was a
4
+ breaking change (https://github.com/rust-lang/socket2/pull/340).
5
+ Note that we'll will switch to `windows-sys` in v0.5 .
6
+* Disable RECVTOS on OpenBSD
7
+ (https://github.com/rust-lang/socket2/pull/307).
8
+* Derive Clone for SockAddr
9
+ (https://github.com/rust-lang/socket2/pull/311).
10
+* Fix cfg attributes for Fuchsia
11
+ (https://github.com/rust-lang/socket2/pull/314).
12
13
+# 0.4.5 (yanked)
14
15
## Changed
16
0 commit comments