Skip to content

Commit d52a875

Browse files
committed
Update CHANGELOG.md
1 parent 18d864a commit d52a875

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ subset of the arguments, and return a curried type with the remaining ones https
2323
- Parser/Printer: unify uncurried functions of arity 0, and of arity 1 taking unit. There's now only arity 1 in the source language. https://github.com/rescript-lang/rescript-compiler/pull/5825
2424
- Add support for default arguments in uncurried functions https://github.com/rescript-lang/rescript-compiler/pull/5835
2525
- Inline uncurried application when it is safe https://github.com/rescript-lang/rescript-compiler/pull/5847
26-
- Add support for toplevel `await` https://github.com/rescript-lang/rescript-compiler/pull/5940
2726
- Support optional named arguments without a final unit in uncurried functions https://github.com/rescript-lang/rescript-compiler/pull/5907
2827

2928
#### :boom: Breaking Change
@@ -69,9 +68,11 @@ These are only breaking changes for unformatted code.
6968
# 10.1.4
7069

7170
#### :bug: Bug Fix
72-
7371
- Fix implementation of directives https://github.com/rescript-lang/rescript-compiler/pull/6052
7472

73+
#### :rocket: New Feature
74+
- Add support for toplevel `await` https://github.com/rescript-lang/rescript-compiler/pull/6054
75+
7576
# 10.1.3
7677

7778
#### :rocket: New Feature

0 commit comments

Comments
 (0)