Skip to content

Commit 6b24544

Browse files
committed
Update CHANGELOG.md
1 parent c8b2585 commit 6b24544

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ subset of the arguments, and return a curried type with the remaining ones https
2727
- Add support for uncurried mode: a mode where everything is considered uncurried, whether with or without the `.`. This can be turned on with `@@uncurried` locally in a file. For project-level configuration in `bsconfig.json`, there's a boolean config `"uncurried"`, which propagates to dependencies, to turn on uncurried mode.
2828
Since there's no syntax for partial application in this new mode, introduce `@res.partial foo(x)` to express partial application. This is temporary and will later have some surface syntax.
2929
Make uncurried functions a subtype of curried functions, and allow application for uncurried functions.
30+
The `make` function of components is generated as an uncurried function.
3031
Use best effort to determine the config when formatting a file.
31-
https://github.com/rescript-lang/rescript-compiler/pull/5968 https://github.com/rescript-lang/rescript-compiler/pull/6080 https://github.com/rescript-lang/rescript-compiler/pull/6086
32+
https://github.com/rescript-lang/rescript-compiler/pull/5968 https://github.com/rescript-lang/rescript-compiler/pull/6080 https://github.com/rescript-lang/rescript-compiler/pull/6086 https://github.com/rescript-lang/rescript-compiler/pull/6087
3233

3334
#### :boom: Breaking Change
3435

0 commit comments

Comments
 (0)