v0.11.0-beta.3
Pre-release
Pre-release
What's Changed
- Luau in sandboxed mode has reduced options in
collectgarbage
function (to follow the official doc) Function::deep_clone
now returnsResult<Function>
as this operation can fail with OOM- Luau "Require" resolves included Lua files relative to the current directory (#605)
- Fixed bug when finalizing
AsyncThread
on drop (call_async
methods family)
Full Changelog: v0.11.0-beta.2...v0.11.0-beta.3