From 0fea20c82182fe661f75b00a8889d801fe2d79b6 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 18 Feb 2026 08:27:10 -0600 Subject: [PATCH] Prepare for v1.41.2 and indicate vm changes for stack correction. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ed30fa..65d3018a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. - Fix regressions in `put` for arrays and buffers. - Add `module/add-file-extension` - Add `module/add-syspath` +- Fix issue with possible stack corrpution with abstract types that modify the current fiber. - Allow use of the interpreter and garbage collection inside module entry for native modules. ## 1.41.1 - 2026-02-15