Skip to content

v0.11.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@khvzak khvzak released this 23 Jun 23:12
· 74 commits to main since this release
58953e5

What's Changed

  • Luau in sandboxed mode has reduced options in collectgarbage function (to follow the official doc)
  • Function::deep_clone now returns Result<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