summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-12-01 09:02:02 -0700
committerAlan Somers <asomers@gmail.com>2019-12-01 09:02:02 -0700
commit722fc77816fb21a70746f8f93941241ba18c6d42 (patch)
tree0274352b23732bd3d3e0e8301c5a973f743f1e08
parent5bfe6a1c76539a8dec49ffe5da8b23c4afc7e53d (diff)
downloadnix-722fc77816fb21a70746f8f93941241ba18c6d42.zip
Fix formatting in CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4fe67da..de46f8c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -73,6 +73,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Fix length of abstract socket addresses
([#1120](https://github.com/nix-rust/nix/pull/1120))
+
- Fix initialization of msghdr in recvmsg/sendmsg when built with musl
([#1136](https://github.com/nix-rust/nix/pull/1136))