summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Gregan <kinetik@flim.org>2017-06-20 15:30:48 +1200
committerMatthew Gregan <kinetik@flim.org>2017-07-10 13:04:33 +1200
commit64815c61836ece60d6d01d1a1ecfc1877d5bb866 (patch)
tree3bd134d4d6c26bfba9023c52a5789a9df19099e2 /CHANGELOG.md
parent2e00adf804f0ebacfe982063c0f98af836efd4f1 (diff)
downloadnix-64815c61836ece60d6d01d1a1ecfc1877d5bb866.zip
Fix sendmsg on macOS when passing a zero entry cmsgs array.
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 15f42a45..4ceae9c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -60,6 +60,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added `nix::ptrace` on all Linux-kernel-based platforms
[#624](https://github.com/nix-rust/nix/pull/624). Previously it was
only available on x86, x86-64, and ARM, and also not on Android.
+- Fixed `sys::socket::sendmsg` with zero entry `cmsgs` parameter.
+ ([#623](https://github.com/nix-rust/nix/pull/623))
## [0.8.1] 2017-04-16