summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Mielniczuk <marmistrz.dev@zoho.eu>2017-07-25 09:12:29 +0200
committerMarcin Mielniczuk <marmistrz.dev@zoho.eu>2017-07-25 09:12:29 +0200
commit1844378250ea9a4aacf438ea8eef586f8b8d8951 (patch)
tree469455f9134279ef329e2e7df031d1f6643a00b2
parentce60aa5ad81a0e1b4cc638592492bf72ec830db6 (diff)
downloadnix-1844378250ea9a4aacf438ea8eef586f8b8d8951.zip
Add a changelog entry
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97d83504..d5064c9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+### Changed
+- Renamed existing `ptrace` wrappers to encourage namespacing ([#692](https://github.com/nix-rust/nix/pull/692))
+
## [0.9.0] 2017-07-23
### Added