We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a435881 commit 200b09aCopy full SHA for 200b09a
CHANGELOG.md
@@ -12,6 +12,13 @@
12
of custom type variants.
13
([Adi Salimgereyev](https://github.com/abs0luty))
14
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
+
22
### Build tool
23
24
- The help text displayed by `gleam dev --help`, `gleam test --help`, and
0 commit comments