Skip to content

v0.2.1

Compare
Choose a tag to compare
@sezna sezna released this 07 Jan 19:42
· 2438 commits to master since this release
a790fd7

Changelog

Many PRs have gone in, but if you're just tuning in for the major changes, here they are!

  1. Fix a bug related to importing trait implementations with a star import (#588)
  2. Match expressions and pattern matching on structs and tuples (#573)
  3. Tuple types (#399)
  4. Multi-item import statements (#584)

Note that let pattern matching is not yet implemented, but is coming soon. So, the following statement does not work yet:

let (x, y) = (true, false);

This is coming soon!