From 46f935d78e26ade76131db7c35e59b0a677bcc58 Mon Sep 17 00:00:00 2001 From: Maarten de Vries Date: Sun, 10 Nov 2024 22:49:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297c0cd..7f6c09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +main: + * Do not add a trailing null byte to abstract namespace socket paths on Linux and Android in `bind()` and `connect()`. + * Do not strip a traling null byte from abstract namespace socket paths on Linux and Android in `local_addr()`. + v0.7.1 - 2023-11-15: * Ensure proper alginment of control message buffer in the writer. * Fix compilation on Illumos and Solaris platforms.