File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,17 @@ This project adheres to [Semantic Versioning](https://semver.org/).
47
47
(#[ 1741] ( https://github.com/nix-rust/nix/pull/1741 ) )
48
48
49
49
### 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
50
61
51
62
- Fixed buffer overflow in nix::sys::socket::recvfrom.
52
63
(#[ 1763] ( https://github.com/nix-rust/nix/pull/1763 ) )
@@ -57,13 +68,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
57
68
` SysControlAddr ` .
58
69
(#[ 1736] ( https://github.com/nix-rust/nix/pull/1736 ) )
59
70
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
-
67
71
## [ 0.24.1] - 2022-04-22
68
72
### Added
69
73
### Changed
You can’t perform that action at this time.
0 commit comments