aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2026-02-18 08:27:10 -0600
committerCalvin Rose <calsrose@gmail.com>2026-02-18 08:27:10 -0600
commit0fea20c82182fe661f75b00a8889d801fe2d79b6 (patch)
tree7d3125a222433f7055e2a98fa0b37f594ba33347
parent1.42.2 patch. (diff)
Prepare for v1.41.2 and indicate vm changes for stack correction.v1.41.2
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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