1
0
mirror of https://github.com/janet-lang/janet synced 2026-03-03 14:29:49 +00:00

Prepare for 1.41.0 release

This commit is contained in:
Calvin Rose
2026-02-15 08:45:56 -06:00
parent 0aa7dfeb9a
commit 10bb17199c

View File

@@ -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`