Skip to content

1.20.0

Compare
Choose a tag to compare
@andrew-johnson-4 andrew-johnson-4 released this 05 Jan 21:32
· 128 commits to main since this release
2030cc2

Features:

  • phi types
if condition {
   fclose(fp);
};

will fail because the two code paths can no longer be merged safely.