Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
5c077m4n authored and lpil committed Jan 22, 2025
1 parent 0527ec7 commit 65d7bb5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@

([Giacomo Cavalieri](https://github.com/giacomocavalieri))

- The compiler now shows an improved error message when using an unknown type as a
variable name

```txt
error: Unknown variable
┌─ /src/one/two.gleam:4:3
4 │ X
│ ^
The custom type variant constructor `X` is not in scope here.
```

### Build tool

- `gleam new` now has refined project name validation - rather than failing on
Expand Down

0 comments on commit 65d7bb5

Please sign in to comment.