Skip to content

Commit

Permalink
Correct changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 8, 2025
1 parent 429d3b1 commit 7800053
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,6 @@
and Erlang.
([LostKobrakai](https://github.com/lostkobrakai))

- HexDocs documentation of Gleam packages now uses the ExDocs search data model,
allowing for global indexing of Gleam packages in HexDocs, and
making Gleam packages discoverable through global search of HexDocs.
([Diemo Gebhardt](https://github.com/diemogebhardt))

- Improved the styling of constructor argument descriptions in the generated
documentation.
([Mikko Ahlroth](https://git.ahlcode.fi/nicd))

- Allow users to set the `GLEAM_CACERTS_PATH` environment variable to specify a
path to a directory containing CA certificates to install Hex packages.
([winstxnhdw](https://github.com/winstxnhdw))

- On the JavaScript target, bit array expressions and patterns no longer need to
be byte aligned, and the `bits` segment type is now supported in patterns.
([Richard Viney](https://github.com/richard-viney))
Expand Down Expand Up @@ -106,6 +93,19 @@
`echo` debug printing left.
([Giacomo Cavalieri](https://github.com/giacomocavalieri))

- HexDocs documentation of Gleam packages now uses the ExDocs search data model,
allowing for global indexing of Gleam packages in HexDocs, and
making Gleam packages discoverable through global search of HexDocs.
([Diemo Gebhardt](https://github.com/diemogebhardt))

- Improved the styling of constructor argument descriptions in the generated
documentation.
([Mikko Ahlroth](https://git.ahlcode.fi/nicd))

- Allow users to set the `GLEAM_CACERTS_PATH` environment variable to specify a
path to a directory containing CA certificates to install Hex packages.
([winstxnhdw](https://github.com/winstxnhdw))

### Language server

- The language server now has the ability to jump to the type definition of any
Expand Down

0 comments on commit 7800053

Please sign in to comment.