Skip to content

Commit 00df3a6

Browse files
committed
Merge #782
782: Fix formatting in CHANGELOG.md r=posborne a=asomers
2 parents dab182c + 2896a16 commit 00df3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6565
([#749](https://github.com/nix-rust/nix/pull/749))
6666
- `AioCb::Drop` will now panic if the `AioCb` is still in-progress ([#715](https://github.com/nix-rust/nix/pull/715))
6767

68-
# Fixed
68+
### Fixed
6969
- Fix compilation and tests for OpenBSD targets
7070
([#688](https://github.com/nix-rust/nix/pull/688))
7171
- Fixed error handling in `AioCb::fsync`, `AioCb::read`, and `AioCb::write`.
7272
It is no longer an error to drop an `AioCb` that failed to enqueue in the OS.
7373
([#715](https://github.com/nix-rust/nix/pull/715))
7474

75-
# Removed
75+
### Removed
7676
- The syscall module has been removed. This only exposed enough functionality for
7777
`memfd_create()` and `pivot_root()`, which are still exposed as separate functions.
7878
([#747](https://github.com/nix-rust/nix/pull/747))

0 commit comments

Comments
 (0)