Skip to content

Commit

Permalink
Spell std type names correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Apr 28, 2022
1 parent 488f4a4 commit 056cdc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## [0.24.2] - 2022-xx-xx
### Added

- impl From<SockaddrIn> for std::net::SockAddrV4 and
impl From<SockaddrIn6> for std::net::SockAddrV6.
- impl From<SockaddrIn> for std::net::SocketAddrV4 and
impl From<SockaddrIn6> for std::net::SocketAddrV6.
(#[1711](https://github.com/nix-rust/nix/pull/1711))

### Changed
Expand Down

0 comments on commit 056cdc7

Please sign in to comment.