Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

changelog update in ##Unreleased

+8 -1
+8 -1
CHANGELOG.md
··· 4 4 5 5 ### Compiler 6 6 7 + - Empty case expressions are no longer parse errors and will instead be 8 + exhaustiveness errors, resulting in a better error message that shows what the 9 + missing patterns are. 10 + 11 + #### Bug Fixes 12 + 7 13 - Fixed [RUSTSEC-2021-0145](https://rustsec.org/advisories/RUSTSEC-2021-0145) by 8 14 using Rust's `std::io::IsTerminal` instead of the `atty` library. 9 15 - Fixed the generated `mod` property in the Erlang application file when using ··· 20 26 21 27 ### Compiler 22 28 23 - - 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. 29 + 30 + ## v1.1.0-rc3 - 2024-04-12 24 31 25 32 ### Formatter 26 33