summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBobby Powers <bobbypowers@gmail.com>2017-10-30 10:53:50 -0400
committerBobby Powers <bobbypowers@gmail.com>2017-10-30 10:53:50 -0400
commit313d2e3b809f756686d9423d4204efe3b317c84d (patch)
tree5e0a3ebde1574fdbeeb44f0d02cf67daf3d46f49 /CHANGELOG.md
parent2013be14f216081e3ea62b98b79c4ce3e2f17bfa (diff)
downloadnix-313d2e3b809f756686d9423d4204efe3b317c84d.zip
doc: add changelog entry for PTRACE_O_EXITKILL
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13a7104b..0f2d0754 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#768](https:://github.com/nix-rust/nix/pull/768))
- Added `nix::unistd::mkfifo`.
([#602](https://github.com/nix-rust/nix/pull/774))
+- Added `ptrace::Options::PTRACE_O_EXITKILL` on Linux and Android.
+ ([#771](https://github.com/nix-rust/nix/pull/771))
### Changed
- Renamed existing `ptrace` wrappers to encourage namespacing ([#692](https://github.com/nix-rust/nix/pull/692))