Skip to content

Commit 2a7ea3a

Browse files
bors[bot]asomers
andauthored
Merge #2051
2051: Update CHANGELOG for patch release 0.26.2 r=asomers a=asomers [skip ci] Co-authored-by: Alan Somers <[email protected]>
2 parents 728609c + 3147e67 commit 2a7ea3a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
3636
([#2012](https://github.com/nix-rust/nix/pull/2012))
3737

3838
### Fixed
39-
- Fix `SockaddrIn6` bug that was swapping flowinfo and scope_id byte ordering.
40-
([#1964](https://github.com/nix-rust/nix/pull/1964))
41-
- Fix: send ETH_P_ALL in htons format
39+
- Fix: send `ETH_P_ALL` in htons format
4240
([#1925](https://github.com/nix-rust/nix/pull/1925))
4341
- Fix potentially invalid conversions in
4442
`SockaddrIn::from<std::net::SocketAddrV4>`,
@@ -56,6 +54,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5654
`nix::sys::signalfd::SignalFd` instead.
5755
([#1938](https://github.com/nix-rust/nix/pull/1938))
5856

57+
## [0.26.2] - 2023-01-18
58+
59+
### Fixed
60+
61+
- Fix `SockaddrIn6` bug that was swapping `flowinfo` and `scope_id` byte
62+
ordering.
63+
([#1964](https://github.com/nix-rust/nix/pull/1964))
64+
5965
## [0.26.1] - 2022-11-29
6066
### Fixed
6167
- Fix UB with `sys::socket::sockopt::SockType` using `SOCK_PACKET`.

0 commit comments

Comments
 (0)