summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-05-17 19:48:10 -0600
committerAlan Somers <asomers@gmail.com>2019-05-17 22:15:01 -0600
commit0a7adb1a1e64821ac4b203a7bd9dc6abd910a17c (patch)
tree0a239a9a46322d35056ba862fdfd99d8ad22d564
parent06d7463ffb66a591143cc4b1d22b90b314b04633 (diff)
downloadnix-0a7adb1a1e64821ac4b203a7bd9dc6abd910a17c.zip
[skip ci] add missing CHANGELOG entry for PR #1055
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa741580..ff67fde0 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