summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-09-09 20:24:57 +0200
committerPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-09-09 20:24:57 +0200
commit6ddc7b6c023416fa17e3f40f94c68a72b567a649 (patch)
tree581bd95c8eb028d6022a0effa97059ac18f6280c
parent3419efa1015d7b1753f0c29ecda9674c47af6f01 (diff)
downloadnix-6ddc7b6c023416fa17e3f40f94c68a72b567a649.zip
Add note to CHANGELOG.md for PR #422.
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba976e7e..cfb01c7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added method `revents()` to `PollFd` in `::nix::poll`, in order to provide
read access to formerly public member `revents`.
([#399](https://github.com/nix-rust/nix/pull/399))
+- Added `MSG_CMSG_CLOEXEC` to `MsgFlags` in `::nix::sys::socket` for _linux_ only.
+ ([#422](https://github.com/nix-rust/nix/pull/422))
### Changed
- Replaced the reexported integer constants for signals by the enumeration