From 3ebc8b430ad43659e9a2d46bce2b6186c819f421 Mon Sep 17 00:00:00 2001 From: Michael Baikov Date: Sat, 13 May 2023 12:11:13 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa8b6d940..eb5e1459e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). ([#1943](https://github.com/nix-rust/nix/pull/1943)) - `nix::socket` and `nix::select` are now available on Redox. ([#2012](https://github.com/nix-rust/nix/pull/2012)) +- `sendmmsg` now lets you to specify different control messages for every address + ([#2038](https://github.com/nix-rust/nix/pull/2038)) ### Fixed - Fix `SockaddrIn6` bug that was swapping flowinfo and scope_id byte ordering.