···18181919## v1.1.0-rc3 - 2024-04-12
20202121+### Compiler
2222+2323+- Fixed empty case expressions being rejected by the parser. Empty case expressions are now parsed successfully but rejected later during exhaustiveness checking with an appropriate error message.
2424+2125### Formatter
22262327- Fixed a bug where the `@internal` annotation wouldn't be displayed.