From fd116493192a416bc275c9e06590a67a404e9f4d Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 17 May 2019 19:48:10 -0600 Subject: [PATCH] [skip ci] add missing CHANGELOG entry for PR #1055 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa741580f8..ff67fde023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `Daemon`, `NOTE_REAP`, and `NOTE_EXIT_REPARENTED` are now deprecated on OSX and iOS. ([#1033](https://github.com/nix-rust/nix/pull/1033)) +- `PTRACE_GETREGS`, `PTRACE_SETREGS`, `PTRACE_GETFPREGS`, and + `PTRACE_SETFPREGS` have been removed from some platforms where they never + should've been defined in the first place. + ([#1055](https://github.com/nix-rust/nix/pull/1055)) ## [0.13.0] - 2019-01-15 ### Added