summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-03-23 03:28:45 +0000
committerGitHub <noreply@github.com>2022-03-23 03:28:45 +0000
commit3ca28f681ca7b7caa08809f19ae4f3eccc1d41a2 (patch)
treed7373b0ee270efa948a11491849e7251269f16d5 /CHANGELOG.md
parent0fe668265f08c134a93bf682ac9349dc743bce00 (diff)
parentfbeabf3730e42ae062a3ddeaa4b28134fdb8e0f6 (diff)
downloadnix-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.md3
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