Skip to content

Commit ae484e0

Browse files
committed
Update CHANGELOG.md
1 parent e320b98 commit ae484e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ subset of the arguments, and return a curried type with the remaining ones https
2626
- Support optional named arguments without a final unit in uncurried functions https://github.com/rescript-lang/rescript-compiler/pull/5907
2727
- Add support for uncurried-always: a mode where everything is considered uncurried, whether with or without the `.`. This can be turned on with `@@uncurriedAlways` locally in a file. Added a project config `"uncurried"`, which propagates to dependencies, and takes the values: `"legacy"` which changes nothing, or `"default"` for uncurried by default, or `"always"` for uncurried-always.
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.
29+
Use best effort to determine the config when formatting a file.
2930
https://github.com/rescript-lang/rescript-compiler/pull/5968
3031

3132
#### :boom: Breaking Change

0 commit comments

Comments
 (0)