Skip to content

0.559

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 22:19
a5c6a38

Autocomplete Changes

  • Fix autocompletion of if-then-else expressions
  • Pass string content to autocomplete callback by @JohnnyMorganz in #800
  • Attach definition location to TableType by @JohnnyMorganz in #801

Runtime Changes

  • Fix a potential crash surrounding improper use of %* in a string format specifier
  • Improved error handling for string interpolation with too many arguments

Other Changes

  • All Python scripts now invoke Python via python3 rather than python