Skip to content

v0.10.2

Latest
Compare
Choose a tag to compare
@khvzak khvzak released this 01 Dec 13:52
· 3 commits to main since this release
6f6cda0

What's Changed

  • Switch proc-macro-error to proc-macro-error2 by @evie-calico in #493
  • Do not allow Lua to run GC finalizers on ref thread (#491)
  • Fix chunks loading in Luau when memory limit is enforced (#488)
  • Added String::wrap method to wrap arbitrary AsRef<[u8]> into impl IntoLua
  • Better FreeBSD/OpenBSD support (thanks to cos)
  • Delay "any" userdata metatable creation until first instance is created (#482)
  • Reduce amount of generated code for UserData (less generics)

Full Changelog: v0.10.1...v0.10.2