File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
65
65
([ #749 ] ( https://github.com/nix-rust/nix/pull/749 ) )
66
66
- ` AioCb::Drop ` will now panic if the ` AioCb ` is still in-progress ([ #715 ] ( https://github.com/nix-rust/nix/pull/715 ) )
67
67
68
- # Fixed
68
+ ### Fixed
69
69
- Fix compilation and tests for OpenBSD targets
70
70
([ #688 ] ( https://github.com/nix-rust/nix/pull/688 ) )
71
71
- Fixed error handling in ` AioCb::fsync ` , ` AioCb::read ` , and ` AioCb::write ` .
72
72
It is no longer an error to drop an ` AioCb ` that failed to enqueue in the OS.
73
73
([ #715 ] ( https://github.com/nix-rust/nix/pull/715 ) )
74
74
75
- # Removed
75
+ ### Removed
76
76
- The syscall module has been removed. This only exposed enough functionality for
77
77
` memfd_create() ` and ` pivot_root() ` , which are still exposed as separate functions.
78
78
([ #747 ] ( https://github.com/nix-rust/nix/pull/747 ) )
You can’t perform that action at this time.
0 commit comments