From e6a20fdc39468b5905f32ca941e4594e2b38af95 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 14 Jan 2018 15:09:59 -0700 Subject: [PATCH] fix typo in CHANGELOG --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f8bd341e..f2d9d71b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Added `AioCb::from_ptr` and `AioCb::from_mut_ptr` - ([#820](https://github.com/nix-rust/nix/pull/TODO)) ([#820](https://github.com/nix-rust/nix/pull/820)) - Added specialized wrappers: `sys::ptrace::{traceme, syscall, cont, attach}`. Using the matching routines with `sys::ptrace::ptrace` is now deprecated.