From e7c877abf73f7f74e358f260683b70ce46db13b0 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Fri, 6 Oct 2023 09:09:59 +0800 Subject: [PATCH] chose: fix CHANGELOG.md remvoe duplicate Added sections (#2158) --- CHANGELOG.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7d597174..f085067a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,13 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Added `impl From for SigSet`. ([#1959](https://github.com/nix-rust/nix/pull/1959)) + - Added `impl std::ops::BitOr for SigSet`. ([#1959](https://github.com/nix-rust/nix/pull/1959)) + - Added `impl std::ops::BitOr for Signal`. ([#1959](https://github.com/nix-rust/nix/pull/1959)) + - Added `impl std::ops::BitOr for SigSet` ([#1959](https://github.com/nix-rust/nix/pull/1959)) @@ -26,6 +29,19 @@ This project adheres to [Semantic Versioning](https://semver.org/). descriptor. ([#2141](https://github.com/nix-rust/nix/pull/2141)) +- Added `Icmp` and `IcmpV6` to `SockProtocol`. + (#[2103](https://github.com/nix-rust/nix/pull/2103)) + +- Added `F_GETPATH` FcntlFlags entry on Apple/NetBSD/DragonflyBSD for `::nix::fcntl`. + ([#2142](https://github.com/nix-rust/nix/pull/2142)) + +- Added `Ipv6HopLimit` to `::nix::sys::socket::ControlMessage` for Linux, + MacOS, FreeBSD, DragonflyBSD, Android, iOS and Haiku. + ([#2074](https://github.com/nix-rust/nix/pull/2074)) + +- Added `F_KINFO` FcntlFlags entry on FreeBSD for `::nix::fcntl`. + ([#2152](https://github.com/nix-rust/nix/pull/2152)) + ### Changed - The MSRV is now 1.69 @@ -55,20 +71,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Simplified the function signatures of `recvmmsg` and `sendmmsg` -### Added -- Added `Icmp` and `IcmpV6` to `SockProtocol`. - (#[2103](https://github.com/nix-rust/nix/pull/2103)) - -- Added `F_GETPATH` FcntlFlags entry on Apple/NetBSD/DragonflyBSD for `::nix::fcntl`. - ([#2142](https://github.com/nix-rust/nix/pull/2142)) - -- Added `Ipv6HopLimit` to `::nix::sys::socket::ControlMessage` for Linux, - MacOS, FreeBSD, DragonflyBSD, Android, iOS and Haiku. - ([#2074](https://github.com/nix-rust/nix/pull/2074)) - -- Added `F_KINFO` FcntlFlags entry on FreeBSD for `::nix::fcntl`. - ([#2152](https://github.com/nix-rust/nix/pull/2152)) - ## [0.27.1] - 2023-08-28 ### Fixed