Skip to content

0.7.2

Compare
Choose a tag to compare
@zokratesbot zokratesbot released this 18 May 14:01
· 1477 commits to develop since this release
0af871b

⚠️ This release contains important bug fixes and therefore updating is recommended for all users ⚠️

Main features:

  • Enable usage of constants in function signatures and struct declarations
const u32 SIZE = 42

struct A {
   field[SIZE] numbers
}
  • Experimental branch isolation features: only panic in logically executed branches with the --branch-isolation compilation flag
  • Relax ordering requirements on symbol declarations in a module

For a full list of the changes, check out the changelog