summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <oconnor663@gmail.com>2016-09-15 14:43:42 -0700
committerJack O'Connor <oconnor663@gmail.com>2016-09-15 14:43:42 -0700
commit1d262d0541c729df94351b73eef0957785d28d85 (patch)
treea57b72d3fbe55ee3ad322d7f5df707de2b7bbc06
parent40a6cafdffc21debba6a6a459766059bf9e32a06 (diff)
downloadnix-1d262d0541c729df94351b73eef0957785d28d85.zip
add a GitHub link to the CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d7c4619..3f8f54de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- `pipe2` now calls `libc::pipe2` where available. Previously it was emulated
using `pipe`, which meant that setting `O_CLOEXEC` was not atomic.
+ ([#427](https://github.com/nix-rust/nix/pull/427))
## [0.7.0] 2016-09-09