File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments