Skip to content

Commit 347d16b

Browse files
committed
[skip ci] reformat CHANGELOG
1 parent c3320a0 commit 347d16b

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,29 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313
- Added `getpeereid` (#[1342](https://github.com/nix-rust/nix/pull/1342))
1414
- Implemented `IntoIterator` for `Dir`
1515
(#[1333](https://github.com/nix-rust/nix/pull/1333)).
16-
### Changed
17-
18-
### Fixed
19-
- `TimerFd` now closes the underlying fd on drop.
20-
([#1381](https://github.com/nix-rust/nix/pull/1381))
21-
- Define `*_MAGIC` filesystem constants on Linux s390x
22-
(#[1372](https://github.com/nix-rust/nix/pull/1372))
23-
- mqueue, sysinfo, timespec, statfs, test_ptrace_syscall() on x32
24-
(#[1366](https://github.com/nix-rust/nix/pull/1366))
2516

2617
### Changed
2718

2819
- Minimum supported Rust version is now 1.40.0.
2920
([#1356](https://github.com/nix-rust/nix/pull/1356))
30-
3121
- i686-apple-darwin has been demoted to Tier 2 support, because it's deprecated
3222
by Xcode.
3323
(#[1350](https://github.com/nix-rust/nix/pull/1350))
3424
- Fixed calling `recvfrom` on an `AddrFamily::Packet` socket
3525
(#[1344](https://github.com/nix-rust/nix/pull/1344))
3626

27+
### Fixed
28+
- `TimerFd` now closes the underlying fd on drop.
29+
([#1381](https://github.com/nix-rust/nix/pull/1381))
30+
- Define `*_MAGIC` filesystem constants on Linux s390x
31+
(#[1372](https://github.com/nix-rust/nix/pull/1372))
32+
- mqueue, sysinfo, timespec, statfs, test_ptrace_syscall() on x32
33+
(#[1366](https://github.com/nix-rust/nix/pull/1366))
34+
3735
### Removed
3836

3937
- `Dir`, `SignalFd`, and `PtyMaster` are no longer `Clone`.
4038
(#[1382](https://github.com/nix-rust/nix/pull/1382))
41-
4239
- Removed `SockLevel`, which hasn't been used for a few years
4340
(#[1362](https://github.com/nix-rust/nix/pull/1362))
4441
- Removed both `Copy` and `Clone` from `TimerFd`.

0 commit comments

Comments
 (0)