Skip to content

Commit e3d8536

Browse files
committed
Update CHANGELOG.md
1 parent 2d342c5 commit e3d8536

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
@@ -71,6 +71,7 @@
7171
- Cleanup: remove tracking of uncurried state in parser/printer. https://github.com/rescript-lang/rescript-compiler/pull/6888
7272
- Remove `%opaque` primitive. https://github.com/rescript-lang/rescript-compiler/pull/6892
7373
- Reunify JsxC/JsxU -> Jsx etc. https://github.com/rescript-lang/rescript-compiler/pull/6895
74+
- Remove the transformation of `foo(1,2)` into `Js.Internal.opaqueFullApply(Internal.opaque(f), 1, 2)`, and change the back-end to treat all applications as uncurried. https://github.com/rescript-lang/rescript-compiler/pull/6893
7475

7576
#### :nail_care: Polish
7677

0 commit comments

Comments
 (0)