Skip to content

Commit 30d7d76

Browse files
authored
Update changelog (prepare for beta 2 release) (rescript-lang#6292)
* Update changelog (prepare for beta 2 release) * %ffi is not for production use
1 parent a053b62 commit 30d7d76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 11.0.0-beta.2 (Unreleased)
13+
# 11.0.0-beta.2
1414

1515
#### :rocket: New Feature
1616

17-
- 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)
18-
- Extended untagged variants with function types https://github.com/rescript-lang/rescript-compiler/pull/6279
17+
- Introduced a new `%ffi` extension (*experimental* - not for production use!) 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. https://github.com/rescript-lang/rescript-compiler/pull/6251
18+
- Extended untagged variants with function types. https://github.com/rescript-lang/rescript-compiler/pull/6279
1919

2020
#### :boom: Breaking Change
2121

0 commit comments

Comments
 (0)