diff options
author | Alan Somers <asomers@gmail.com> | 2016-08-09 08:19:22 -0600 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2016-08-09 08:19:22 -0600 |
commit | e872f285a5c9649d5316abf9c43075a380617cff (patch) | |
tree | b8aa68d4d4c2d14b6f3f58a66f8eaea8aa3225dd /CHANGELOG.md | |
parent | 1ae7f8e7a7ca1ad956658a513a6cede310579151 (diff) | |
download | nix-e872f285a5c9649d5316abf9c43075a380617cff.zip |
Update CHANGELOG for pull request 397
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bcac800a..6d2e6bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed the build problem for NetBSD (Note, that we currently do not support it, so it might already be broken again). ([#389](https://github.com/nix-rust/nix/pull/389)) +- Fixed the build on FreeBSD, and fixed the getsockopt, sendmsg, and recvmsg + functions on that same OS. + ([#397](https://github.com/nix-rust/nix/pull/397)) ## [0.6.0] 2016-06-10 |