Skip to content

Commit 0c49ba5

Browse files
committed
update CHANGELOG.md
1 parent 9ab54cb commit 0c49ba5

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
@@ -12,6 +12,10 @@
1212
1313
# 11.0.0-alpha.5 (Unreleased)
1414

15+
#### :boom: Breaking Change
16+
17+
- Parse `assert` as a regular function. `assert` is no longer a unary expression. Example: before `assert 1 == 2` is parsed as `(assert 1) == 2`, now it is parsed as `assert(1 == 2)`. https://github.com/rescript-lang/rescript-compiler/pull/6180
18+
1519
# 11.0.0-alpha.4
1620

1721
#### :rocket: Main New Feature

0 commit comments

Comments
 (0)