Exhaustive switch on enums. This addresses #838

This commit is contained in:
Christoffer Lerno
2023-07-09 01:00:39 +02:00
committed by Christoffer Lerno
parent 8b605d9183
commit 9543fbbf1c
9 changed files with 45 additions and 8 deletions

View File

@@ -3,6 +3,7 @@
## 0.5.0 Change List
### Changes / improvements
- Exhaustive switches with enums has better analysis.
- Globals may now be initialized with optional values.
- New generic syntax.
- Added `$embed` to embed binary data.