diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-03-23 03:28:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 03:28:45 +0000 |
commit | 3ca28f681ca7b7caa08809f19ae4f3eccc1d41a2 (patch) | |
tree | d7373b0ee270efa948a11491849e7251269f16d5 /CHANGELOG.md | |
parent | 0fe668265f08c134a93bf682ac9349dc743bce00 (diff) | |
parent | fbeabf3730e42ae062a3ddeaa4b28134fdb8e0f6 (diff) | |
download | nix-3ca28f681ca7b7caa08809f19ae4f3eccc1d41a2.zip |
Merge #1685
1685: Deprecate IpAddr, Ipv4Addr, and Ipv6Addr r=rtzoeller a=asomers
Because they're redundant with types in the standard library.
Fixes #1681
Co-authored-by: Alan Somers <asomers@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 737148af..f52b5cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,9 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Deprecated `InetAddr` and `SockAddr` in favor of `SockaddrIn`, `SockaddrIn6`, and `SockaddrStorage`. (#[1684](https://github.com/nix-rust/nix/pull/1684)) +- Deprecated `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` in favor of their equivalents + from the standard library. + (#[1685](https://github.com/nix-rust/nix/pull/1685)) ### Fixed |