Skip to content

Commit 14418f4

Browse files
authored
Merge pull request #1771 from asomers/0.24.2-changelog
[skip ci] Add 0.24.2 release notes to CHANGELOG
2 parents b1e1a60 + 1247578 commit 14418f4

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4747
(#[1741](https://github.com/nix-rust/nix/pull/1741))
4848

4949
### Fixed
50+
### Removed
51+
52+
- Removed support for resubmitting partially complete `lio_listio` operations.
53+
It was too complicated, and didn't fit Nix's theme of zero-cost abstractions.
54+
Instead, it can be reimplemented downstream.
55+
(#[1713](https://github.com/nix-rust/nix/pull/1713))
56+
57+
## [0.24.2] - 2022-07-17
58+
### Added
59+
### Changed
60+
### Fixed
5061

5162
- Fixed buffer overflow in nix::sys::socket::recvfrom.
5263
(#[1763](https://github.com/nix-rust/nix/pull/1763))
@@ -57,13 +68,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5768
`SysControlAddr`.
5869
(#[1736](https://github.com/nix-rust/nix/pull/1736))
5970

60-
### Removed
61-
62-
- Removed support for resubmitting partially complete `lio_listio` operations.
63-
It was too complicated, and didn't fit Nix's theme of zero-cost abstractions.
64-
Instead, it can be reimplemented downstream.
65-
(#[1713](https://github.com/nix-rust/nix/pull/1713))
66-
6771
## [0.24.1] - 2022-04-22
6872
### Added
6973
### Changed

0 commit comments

Comments
 (0)