Skip to content

Commit 7127683

Browse files
committed
Release v0.4.6
1 parent 14e99cf commit 7127683

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# 0.4.5
1+
# 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)
214

315
## Changed
416

0 commit comments

Comments
 (0)