Skip to content

Commit 2445230

Browse files
committed
Update CHANGELOG
1 parent 1cd2bdc commit 2445230

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.11.0-beta.3 (Jun 23, 2025)
2+
3+
- Luau in sandboxed mode has reduced options in `collectgarbage` function (to follow the official doc)
4+
- `Function::deep_clone` now returns `Result<Function>` as this operation can trigger memory errors
5+
- Luau "Require" resolves included Lua files relative to the current directory (#605)
6+
- Fixed bug when finalizing `AsyncThread` on drop (`call_async` methods family)
7+
18
## v0.11.0-beta.2 (Jun 12, 2025)
29

310
- Lua 5.4 updated to 5.4.8

0 commit comments

Comments
 (0)