We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd2bdc commit 2445230Copy full SHA for 2445230
CHANGELOG.md
@@ -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
8
## v0.11.0-beta.2 (Jun 12, 2025)
9
10
- Lua 5.4 updated to 5.4.8
0 commit comments