From 2896a161a2b7b4254e01f6a14dbb75c964c9ef48 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 14 Oct 2017 17:53:58 -0600 Subject: Fix formatting in CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file 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)) -- cgit v1.2.3