Skip to content

Commit 05c1b5f

Browse files
committed
[skip ci] fix merge error in CHANGELOG
1 parent 1364575 commit 05c1b5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4040
### Changed
4141
- `sys::termios::BaudRate` now implements `TryFrom<speed_t>` instead of
4242
`From<speed_t>`. The old `From` implementation would panic on failure.
43+
([#1159](https://github.com/nix-rust/nix/pull/1159))
4344

4445
- `sys::socket::ControlMessage::ScmCredentials` and
4546
`sys::socket::ControlMessageOwned::ScmCredentials` now wrap `UnixCredentials`
4647
rather than `libc::ucred`.
47-
([#1159](https://github.com/nix-rust/nix/pull/1159))
48+
([#1160](https://github.com/nix-rust/nix/pull/1160))
4849

4950
- `sys::socket::recvmsg` now takes a plain `Vec` instead of a `CmsgBuffer`
5051
implementor. If you were already using `cmsg_space!`, then you needn't worry.

0 commit comments

Comments
 (0)