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

Configure Feed

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

gleam / CHANGELOG.md
640 B 18 lines
1# Changelog 2 3## Unreleased 4 5### Compiler 6 7Empty case expressions are no longer parse errors and will instead be 8exhaustiveness errors, resulting in a better error message that shows what the 9missing patterns are. ([Race Williams](https://github.com/raquentin)) 10 11#### Bug Fixes 12 13Fixed [RUSTSEC-2021-0145](https://rustsec.org/advisories/RUSTSEC-2021-0145) by 14using Rust's `std::io::IsTerminal` instead of the `atty` library. 15([Pi-Cla](https://github.com/Pi-Cla)) 16 17Fixed the generated `mod` property in the Erlang application file when using the 18`application_start_module` property in `gleam.toml`. ([Alex Manning](https://github.com/rawhat))