aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2026-03-02 19:39:14 -0600
committerCalvin Rose <calsrose@gmail.com>2026-03-02 19:39:21 -0600
commitaa63adccb46ce4e0870599ab710f1b7469ba000f (patch)
tree5221749907f60ad435d22189dc978f223d5b48c7
parentUse ConnectEx for non-blocking connect on windows when available. (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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.