Skip to content

Commit 1aaae74

Browse files
committed
Update CHANGELOG.md
1 parent 254b5da commit 1aaae74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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
Use best effort to determine the config when formatting a file.
30-
https://github.com/rescript-lang/rescript-compiler/pull/5968
30+
https://github.com/rescript-lang/rescript-compiler/pull/5968 https://github.com/rescript-lang/rescript-compiler/pull/6080
3131

3232
#### :boom: Breaking Change
3333

0 commit comments

Comments
 (0)