Skip to content

Commit 50c471a

Browse files
committed
Changes!
1 parent e793eef commit 50c471a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929

3030
([Surya Rose](https://github.com/GearsDatapacks))
3131

32+
- Record update syntax now works with spreading records in type constructors
33+
for const values:
34+
```gleam
35+
const a = Foo(1, 2)
36+
const b = Foo(..a, 3)
37+
```
38+
([Adi Salimgereyev](https://github.com/abs0luty))
39+
3240
### Build tool
3341

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

0 commit comments

Comments
 (0)