From aa63adccb46ce4e0870599ab710f1b7469ba000f Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 2 Mar 2026 19:39:14 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aafe0b9c..40d38651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased - ??? - Documentation fixes +- ev/thread-chan deadlock bug fixed +- Re-add removed support for non-blocking net/connect on windows. ## 1.41.2 - 2026-02-18 - Fix regressions in `put` for arrays and buffers.