Skip to content

Commit 2896a16

Browse files
committed
Fix formatting in CHANGELOG.md
1 parent 9f4db8a commit 2896a16

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
@@ -59,14 +59,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5959
([#749](https://github.com/nix-rust/nix/pull/749))
6060
- `AioCb::Drop` will now panic if the `AioCb` is still in-progress ([#715](https://github.com/nix-rust/nix/pull/715))
6161

62-
# Fixed
62+
### Fixed
6363
- Fix compilation and tests for OpenBSD targets
6464
([#688](https://github.com/nix-rust/nix/pull/688))
6565
- Fixed error handling in `AioCb::fsync`, `AioCb::read`, and `AioCb::write`.
6666
It is no longer an error to drop an `AioCb` that failed to enqueue in the OS.
6767
([#715](https://github.com/nix-rust/nix/pull/715))
6868

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

0 commit comments

Comments
 (0)