Skip to content

Commit 760d01c

Browse files
aspeddrocristianoc
authored andcommitted
sync CHANGELOG.md
1 parent 238c1b7 commit 760d01c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ These are only breaking changes for unformatted code.
6363
- Process `@set` annotation for field update as generating an uncurried function https://github.com/rescript-lang/rescript-compiler/pull/5846
6464
- Treat uncurried application of primitives like curried application, which produces better output https://github.com/rescript-lang/rescript-compiler/pull/5851
6565
- New internal representation for uncurried functions using built-in type `function$<fun_type, arity>` this avoids having to declare all the possible arities ahead of time https://github.com/rescript-lang/rescript-compiler/pull/5870
66-
- Better error message for extension point https://github.com/rescript-lang/rescript-compiler/pull/5965
6766

6867
# 10.1.4
6968

@@ -76,6 +75,11 @@ These are only breaking changes for unformatted code.
7675
#### :rocket: New Feature
7776
- Add support for toplevel `await` https://github.com/rescript-lang/rescript-compiler/pull/6054
7877

78+
#### :nail_care: Polish
79+
80+
- Better error message for extension point https://github.com/rescript-lang/rescript-compiler/pull/6057
81+
- Improve format check help https://github.com/rescript-lang/rescript-compiler/pull/6056
82+
7983
# 10.1.3
8084

8185
#### :rocket: New Feature

0 commit comments

Comments
 (0)