Skip to content

Commit 200b09a

Browse files
committed
Changes!
1 parent a435881 commit 200b09a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
of custom type variants.
1313
([Adi Salimgereyev](https://github.com/abs0luty))
1414

15+
- Record spreading syntax now works with constant values:
16+
```gleam
17+
const a = Foo(1, 2)
18+
const b = Foo(..a, 3)
19+
```
20+
([Adi Salimgereyev](https://github.com/abs0luty))
21+
1522
### Build tool
1623

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

0 commit comments

Comments
 (0)