Skip to content

Commit be4794d

Browse files
giacomocavalierilpil
authored andcommitted
CHANGELOG
1 parent 469f103 commit be4794d

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

CHANGELOG.md

+15-14
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,12 @@
101101
O(1) operation instead of O(N), significantly improving performance.
102102
([Richard Viney](https://github.com/richard-viney))
103103

104-
- Better error message for existed type constructor being used as value
104+
- Better error message for when an existing type constructor is used as a value
105105
constructor.
106106
([Jiangda Wang](https://github.com/Frank-III))
107107

108-
- Print better error messages when shell commands used by compiler cannot be found.
108+
- Print better error messages when shell commands used by compiler cannot be
109+
found.
109110
([wheatfox](https://github.com/enkerewpo))
110111

111112
### Build tool
@@ -144,13 +145,13 @@
144145
amount of code it'll need to download and compile, improving compile times.
145146
([Tristan Sloughter](https://github.com/tsloughter))
146147

147-
### Language Server
148+
### Language server
148149

149150
- The language server now provides type information when hovering over argument
150151
labels.
151152
([Surya Rose](https://github.com/GearsDatapacks))
152153

153-
- The Language Server now suggests a code action to desugar a use expression
154+
- The language server now suggests a code action to desugar a use expression
154155
into the equivalent function call. For example, this snippet of code:
155156

156157
```gleam
@@ -172,7 +173,7 @@
172173

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

175-
- The Language Server now suggests a code action to turn a function call into
176+
- The language server now suggests a code action to turn a function call into
176177
the equivalent use expression. For example, this snippet of code:
177178

178179
```gleam
@@ -225,7 +226,7 @@
225226
- The language server now provides an action to extract a value into a variable.
226227
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
227228

228-
- The Language Server now suggests a code action to expand a function capture
229+
- The language server now suggests a code action to expand a function capture
229230
into the equivalent anonymous function. For example, this snippet of code:
230231

231232
```gleam
@@ -276,23 +277,23 @@
276277
- The formatter now adds a `todo` inside empty blocks.
277278
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
278279

280+
- The formatter now formats lists the same in constants as in expressions.
281+
([Jiangda Wang](https://github.com/Frank-III))
282+
279283
### Documentation
280284

281285
- Canonical links created for documentation pages if published on Hex.
282286
Previously published documentation would need to be updated.
283287
Resolves versioned pages to point to latest page for search engines.
284288
([Dave Lage](https://github.com/rockerBOO))
285289

286-
- The formatter now format lists the same in constants as in expressions
287-
([Jiangda Wang](https://github.com/Frank-III))
288-
289290
### Bug fixed
290291

291292
- The compiler now throws an error when a float literal ends with an `e` and
292293
is missing an exponent.
293294
([Surya Rose](https://github.com/GearsDatapacks))
294295

295-
- Fixed a crash with ENOTEMPTY (os error 39) when building on NTFS partitions
296+
- Fixed a crash with ENOTEMPTY (os error 39) when building on NTFS partitions.
296297
([Ivan Ermakov](https://github.com/ivanjermakov))
297298

298299
- Fixed a bug where the compiler would crash when pattern matching on multiple
@@ -324,7 +325,7 @@
324325
([yoshi](https://github.com/joshi-monster))
325326

326327
- Fixed a bug where expressions which use an unsafe integer on JavaScript would
327-
not emit a warning if an @external function had been referenced.
328+
not emit a warning if an external function had been referenced.
328329
([Richard Viney](https://github.com/richard-viney))
329330

330331
- Fixed a bug where nested tuple access would not be parsed correctly when
@@ -336,7 +337,7 @@
336337
([yoshi](https://github.com/joshi-monster))
337338

338339
- Fixed a bug where the inferred variant of values was not properly cached,
339-
leading to incorrect errors on incremental builds and in the Language Server.
340+
leading to incorrect errors on incremental builds and in the language server.
340341
([Surya Rose](https://github.com/GearsDatapacks))
341342

342343
- Fixed a bug where Gleam would be unable to compile to BEAM bytecode if the
@@ -347,8 +348,8 @@
347348
unused variables in certain cases.
348349
([Surya Rose](https://github.com/GearsDatapacks))
349350

350-
- Fixed a bug where the completer would not include braces in type import completions
351-
when it should have.
351+
- Fixed a bug where the completer would not include braces in type import
352+
completions when it should have.
352353
([Jiangda Wang](https://github.com/Frank-III))
353354

354355
- Fixed a bug where `gleam new` would generate the github `test` workflow

0 commit comments

Comments
 (0)