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 @@ -59,14 +59,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
59
59
([ #749 ] ( https://github.com/nix-rust/nix/pull/749 ) )
60
60
- ` AioCb::Drop ` will now panic if the ` AioCb ` is still in-progress ([ #715 ] ( https://github.com/nix-rust/nix/pull/715 ) )
61
61
62
- # Fixed
62
+ ### Fixed
63
63
- Fix compilation and tests for OpenBSD targets
64
64
([ #688 ] ( https://github.com/nix-rust/nix/pull/688 ) )
65
65
- Fixed error handling in ` AioCb::fsync ` , ` AioCb::read ` , and ` AioCb::write ` .
66
66
It is no longer an error to drop an ` AioCb ` that failed to enqueue in the OS.
67
67
([ #715 ] ( https://github.com/nix-rust/nix/pull/715 ) )
68
68
69
- # Removed
69
+ ### Removed
70
70
- The syscall module has been removed. This only exposed enough functionality for
71
71
` memfd_create() ` and ` pivot_root() ` , which are still exposed as separate functions.
72
72
([ #747 ] ( https://github.com/nix-rust/nix/pull/747 ) )
You can’t perform that action at this time.
0 commit comments