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

Configure Feed

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

update CHANGELOG, almost forgot

+4
+4
CHANGELOG.md
··· 18 18 19 19 ## v1.1.0-rc3 - 2024-04-12 20 20 21 + ### Compiler 22 + 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. 24 + 21 25 ### Formatter 22 26 23 27 - Fixed a bug where the `@internal` annotation wouldn't be displayed.