Skip to content

v0.39.0

Compare
Choose a tag to compare
@IGI-111 IGI-111 released this 17 May 14:05
· 946 commits to master since this release
7a09528

What's Changed

Breaking changes

  • Module privacy rules are changing to the ones described in RFC0008. The new behavior can be enabled with a flag. Code that doesn't respect the rules will still compile by default in this version. A warning will be emitted if the flag isn't enabled, and the new behavior should be made the default in the next version
  • New reserved keywords: __ptr and __slice
  • StorableSlice functions have been renamed to match the storage API
  • new intrinsics have been added in a way that breaks IR compatibility

Full Changelog: v0.38.0...v0.39.0