Skip to content

0.560

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 20:45
4a2e801

Autocomplete Changes

  • Additional information is included in Scope for type alias name locations and names of imported modules
  • Improved suggestions in 'for' and 'while' loop headers

Analysis Changes

  • String match functions return types are now optional strings and numbers because match is not guaranteed at runtime

Runtime Changes

  • Fix lua_*upvalue() when upvalue names aren't in debug info by @HaroldCindy in #787

Other Changes

  • Fixed build issue on gcc 11 and up (Fixes #806)