Skip to content

Commit

Permalink
Changes!
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 3, 2024
1 parent 306d2e7 commit af62459
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
exist with `gleam add`.
([Giacomo Cavalieri](https://github.com/giacomocavalieri))

- FFI files (such as `.mjs` and `.erl`) are now permitted in subdirectories of
`src/` and `test/`.
- External files (such as `.mjs` and `.erl`) are now permitted in subdirectories
of `src/` and `test/`.
([PgBiel](https://github.com/PgBiel))

- `gleam publish` now requires more verbose confirmation for publishing Gleam
Expand All @@ -92,6 +92,11 @@
- `gleam remove` no longer requires a network connection.
([yoshi](https://github.com/joshi-monster))

- Commands that work with the Hex package manager API now create and store an
API key rather than creating a new one each time. This API key is encrypted
with a local password, reducing risk of your Hex password being compromised.
([Louis Pilfold](https://github.com/lpil))

### Language Server

- The language server now provides type information when hovering over argument
Expand Down

0 comments on commit af62459

Please sign in to comment.