Skip to content

Commit 4ecaeb3

Browse files
committed
changelog
1 parent 8d8bf81 commit 4ecaeb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#### :boom: Breaking Change
2424

2525
- 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
26+
- -bs-super-errors flag has been removed along with Super_errors. https://github.com/rescript-lang/rescript-compiler/pull/6199
2627

2728
#### :bug: Bug Fix
2829

0 commit comments

Comments
 (0)