Skip to content

Commit afcd7e9

Browse files
ptdeweylpil
authored andcommitted
docs: Update changelog
1 parent 623aa9b commit afcd7e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
than stopping at the syntax error.
4646
([mxtthias](https://github.com/mxtthias))
4747

48+
- Exhaustiveness checks for ints and floats now correctly handle unreachable
49+
cases in which the numbers contain underscores (i.e. `10` and `1_0`).
50+
Float exhaustiveness checks also now correctly identify unreachable cases
51+
containing scientific notation or trailing zeros (i.e. `100` and `1e2`).
52+
([ptdewey](https://github.com/ptdewey))
53+
4854
### Build tool
4955

5056
- The help text displayed by `gleam dev --help`, `gleam test --help`, and

0 commit comments

Comments
 (0)