summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-10-17 04:46:19 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-10-17 04:46:19 +0000
commit00df3a6bd6163f6cbec09566bb511000f344956d (patch)
tree41f5728b30b45d5d478505d05889d7bd6adcd49f
parentdab182cc67d1fca2152040ffc3acddc2ad4b6be7 (diff)
parent2896a161a2b7b4254e01f6a14dbb75c964c9ef48 (diff)
downloadnix-00df3a6bd6163f6cbec09566bb511000f344956d.zip
Merge #782
782: Fix formatting in CHANGELOG.md r=posborne a=asomers
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9617a8a1..13a7104b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -65,14 +65,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))