From 024cdfb30ba417ac6f1b27bb5189a8099787dcf7 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Wed, 26 Apr 2023 14:58:44 -0400 Subject: [PATCH] CHANGELOG: release v0.4.1 Signed-off-by: Matt Layher --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f24ed2..f0d0164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.4.1 + +- [Bug Fix] [commit](https://github.com/mdlayher/socket/commit/2a14ceef4da279de1f957c5761fffcc6c87bbd3b): + ensure `socket.Conn` can be used with non-socket file descriptors by handling + `ENOTSOCK` in the constructor. + ## v0.4.0 **This is the first release of package socket that only supports Go 1.18+.