Skip to content

Commit b2242d8

Browse files
committed
Changes!
1 parent ac9af37 commit b2242d8

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
@@ -15,6 +15,13 @@
1515
on the Erlang target.
1616
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
1717

18+
- Record spreading syntax now works in constant values:
19+
```gleam
20+
const a = Foo(1, 2)
21+
const b = Foo(..a, 3)
22+
```
23+
([Adi Salimgereyev](https://github.com/abs0luty))
24+
1825
### Build tool
1926

2027
### Language server

0 commit comments

Comments
 (0)