Skip to content

Commit

Permalink
Add a changelog note as requested.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Apr 28, 2022
1 parent d4a49d3 commit 488f4a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
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.
(#[1711](https://github.com/nix-rust/nix/pull/1711))

### Changed
### Fixed
### Removed

## [0.24.1] - 2022-04-22
### Added
### Changed
Expand Down

0 comments on commit 488f4a4

Please sign in to comment.