Skip to content

Commit 826d6c2

Browse files
KixunilThomasdezeeuw
authored andcommitted
Changelog: UB fix in correct version
Layout related UB was fixed in 0.3.16 but it was reported in 0.4.0 which would lead people to believe they have broken dependency even if they don't. Moving it to appropriate version avoids confusion.
1 parent c288e26 commit 826d6c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
* Use correct inmutable references in `Socket::send_with_flags` and
170170
`Socket::send_out_of_band`.
171171
* Use `IPPROTO_IPV6` in `Socket::join_multicast_v6` on Windows.
172-
* Don't assume the memory layout of `std::net::SocketAddr`.
173172
* Use `c_int` instead of `i32` where appropriate.
174173

175174
## From v0.4.0-alpha.1 to v0.4.0-alpha.2
@@ -190,3 +189,8 @@
190189
## From v0.4.0-alpha.5 to v0.4.0
191190

192191
* Use `SO_LINGER_SEC` on macOS for `Socket::get/set_linger`.
192+
193+
# 0.3.16
194+
195+
* Don't assume the memory layout of `std::net::SocketAddr`.
196+
* Other changes omited

0 commit comments

Comments
 (0)