From 12475785ff418e0961a0edeb6a26dc77cb1c0202 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 23 Jul 2022 14:38:41 -0600 Subject: [skip ci] Add 0.24.2 release notes to CHANGELOG --- CHANGELOG.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab4181d..235b1c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,17 @@ This project adheres to [Semantic Versioning](https://semver.org/). (#[1741](https://github.com/nix-rust/nix/pull/1741)) ### Fixed +### Removed + +- Removed support for resubmitting partially complete `lio_listio` operations. + It was too complicated, and didn't fit Nix's theme of zero-cost abstractions. + Instead, it can be reimplemented downstream. + (#[1713](https://github.com/nix-rust/nix/pull/1713)) + +## [0.24.2] - 2022-07-17 +### Added +### Changed +### Fixed - Fixed buffer overflow in nix::sys::socket::recvfrom. (#[1763](https://github.com/nix-rust/nix/pull/1763)) @@ -57,13 +68,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). `SysControlAddr`. (#[1736](https://github.com/nix-rust/nix/pull/1736)) -### Removed - -- Removed support for resubmitting partially complete `lio_listio` operations. - It was too complicated, and didn't fit Nix's theme of zero-cost abstractions. - Instead, it can be reimplemented downstream. - (#[1713](https://github.com/nix-rust/nix/pull/1713)) - ## [0.24.1] - 2022-04-22 ### Added ### Changed -- cgit v1.2.3