Skip to content

Commit e7c877a

Browse files
authored
chose: fix CHANGELOG.md remvoe duplicate Added sections (#2158)
1 parent ed3ed6b commit e7c877a

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

CHANGELOG.md

+16-14
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,33 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1515

1616
- Added `impl From<Signal> for SigSet`.
1717
([#1959](https://github.com/nix-rust/nix/pull/1959))
18+
1819
- Added `impl std::ops::BitOr for SigSet`.
1920
([#1959](https://github.com/nix-rust/nix/pull/1959))
21+
2022
- Added `impl std::ops::BitOr for Signal`.
2123
([#1959](https://github.com/nix-rust/nix/pull/1959))
24+
2225
- Added `impl std::ops::BitOr<Signal> for SigSet`
2326
([#1959](https://github.com/nix-rust/nix/pull/1959))
2427

2528
- Fix `SignalFd::set_mask`. In 0.27.0 it would actually close the file
2629
descriptor.
2730
([#2141](https://github.com/nix-rust/nix/pull/2141))
2831

32+
- Added `Icmp` and `IcmpV6` to `SockProtocol`.
33+
(#[2103](https://github.com/nix-rust/nix/pull/2103))
34+
35+
- Added `F_GETPATH` FcntlFlags entry on Apple/NetBSD/DragonflyBSD for `::nix::fcntl`.
36+
([#2142](https://github.com/nix-rust/nix/pull/2142))
37+
38+
- Added `Ipv6HopLimit` to `::nix::sys::socket::ControlMessage` for Linux,
39+
MacOS, FreeBSD, DragonflyBSD, Android, iOS and Haiku.
40+
([#2074](https://github.com/nix-rust/nix/pull/2074))
41+
42+
- Added `F_KINFO` FcntlFlags entry on FreeBSD for `::nix::fcntl`.
43+
([#2152](https://github.com/nix-rust/nix/pull/2152))
44+
2945
### Changed
3046

3147
- The MSRV is now 1.69
@@ -55,20 +71,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5571

5672
- Simplified the function signatures of `recvmmsg` and `sendmmsg`
5773

58-
### Added
59-
- Added `Icmp` and `IcmpV6` to `SockProtocol`.
60-
(#[2103](https://github.com/nix-rust/nix/pull/2103))
61-
62-
- Added `F_GETPATH` FcntlFlags entry on Apple/NetBSD/DragonflyBSD for `::nix::fcntl`.
63-
([#2142](https://github.com/nix-rust/nix/pull/2142))
64-
65-
- Added `Ipv6HopLimit` to `::nix::sys::socket::ControlMessage` for Linux,
66-
MacOS, FreeBSD, DragonflyBSD, Android, iOS and Haiku.
67-
([#2074](https://github.com/nix-rust/nix/pull/2074))
68-
69-
- Added `F_KINFO` FcntlFlags entry on FreeBSD for `::nix::fcntl`.
70-
([#2152](https://github.com/nix-rust/nix/pull/2152))
71-
7274
## [0.27.1] - 2023-08-28
7375

7476
### Fixed

0 commit comments

Comments
 (0)