Skip to content

Commit f2300a1

Browse files
committed
Update CHANGELOG
1 parent ef25c19 commit f2300a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
- Introduced a new `%ffi` extension that provides a more robust mechanism for JavaScript function interoperation by considering function arity in type constraints. This enhancement improves safety when dealing with JavaScript functions by enforcing type constraints based on the arity of the function. [PR #6251](https://github.com/rescript-lang/rescript-compiler/pull/6251)
1818
- Extended untagged variants with function types https://github.com/rescript-lang/rescript-compiler/pull/6279
1919

20+
#### :boom: Breaking Change
21+
22+
- Remove rudimentary node bindings and undocumented `%node` extension. https://github.com/rescript-lang/rescript-compiler/pull/6285
23+
2024
#### :bug: Bug Fix
2125

2226
- Fix issue where uncurried type internals leak in type error. https://github.com/rescript-lang/rescript-compiler/pull/6264

0 commit comments

Comments
 (0)