summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2017-10-14 17:53:58 -0600
committerAlan Somers <asomers@gmail.com>2017-10-14 17:53:58 -0600
commit2896a161a2b7b4254e01f6a14dbb75c964c9ef48 (patch)
treed02430c1ecf757c0443ef999ac2216089a8a1658
parent9f4db8a494398226d4feda72ea2c4ed25fa03364 (diff)
downloadnix-2896a161a2b7b4254e01f6a14dbb75c964c9ef48.zip
Fix formatting in CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8be1905..0a0ee113 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,14 +59,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#749](https://github.com/nix-rust/nix/pull/749))
- `AioCb::Drop` will now panic if the `AioCb` is still in-progress ([#715](https://github.com/nix-rust/nix/pull/715))
-# Fixed
+### Fixed
- Fix compilation and tests for OpenBSD targets
([#688](https://github.com/nix-rust/nix/pull/688))
- Fixed error handling in `AioCb::fsync`, `AioCb::read`, and `AioCb::write`.
It is no longer an error to drop an `AioCb` that failed to enqueue in the OS.
([#715](https://github.com/nix-rust/nix/pull/715))
-# Removed
+### Removed
- The syscall module has been removed. This only exposed enough functionality for
`memfd_create()` and `pivot_root()`, which are still exposed as separate functions.
([#747](https://github.com/nix-rust/nix/pull/747))