1
0
mirror of https://github.com/janet-lang/janet synced 2026-03-02 22:09:49 +00:00

Prepare for v1.41.2 and indicate vm changes for stack correction.

This commit is contained in:
Calvin Rose
2026-02-18 08:27:10 -06:00
parent 91cc499e77
commit 0fea20c821

View File

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