···4455### Compiler
6677+- Empty case expressions are no longer parse errors and will instead be
88+ exhaustiveness errors, resulting in a better error message that shows what the
99+ missing patterns are.
1010+1111+#### Bug Fixes
1212+713- Fixed [RUSTSEC-2021-0145](https://rustsec.org/advisories/RUSTSEC-2021-0145) by
814 using Rust's `std::io::IsTerminal` instead of the `atty` library.
915- Fixed the generated `mod` property in the Erlang application file when using
···20262127### Compiler
22282323-- 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.
2929+3030+## v1.1.0-rc3 - 2024-04-12
24312532### Formatter
2633