Skip to content

0.533

Compare
Choose a tag to compare
@zeux zeux released this 24 Jun 02:03
· 606 commits to master since this release
e91d80e

Analysis changes

  • Fix cases when an internal module name is used in type errors instead of a human-readable equivalent

Runtime changes

  • Add LUAU_EXTERN_C CMake option to simplify uses of Luau via C API from other languages

Community contributions

  • Correct string.find and string.match return types by @Qualadore in #554