aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2026-02-15 08:45:56 -0600
committerCalvin Rose <calsrose@gmail.com>2026-02-15 08:45:56 -0600
commit10bb17199c28a86928ea5c2ba45cc3ecb04d0723 (patch)
treeceb63e58a71095b43e859360c2b78d854c01a26c
parentWork on windows for WSAConnect not working. (diff)
Prepare for 1.41.0 releasev1.41.0
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4007ba3d..9aef8a65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.
-## Unreleased - ???
+## 1.41.0 - 2026-02-15
+- Revert to blocking behaior of `net/connect` on windows to fix spurious errors.
- Allow overriding the loader when doing imports with the `:loader` argument.
- Allow importing modules with a path extension to do what one would expect.
- Add `find-all` argument to `module/find`