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 e793eef commit 50c471aCopy full SHA for 50c471a
CHANGELOG.md
@@ -29,6 +29,14 @@
29
30
([Surya Rose](https://github.com/GearsDatapacks))
31
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
+
40
### Build tool
41
42
- The help text displayed by `gleam dev --help`, `gleam test --help`, and
0 commit comments