Skip to content

Commit b71cd1b

Browse files
committed
Update CHANGELOG.md for reanalyze PRs #8043 and #8082
1 parent b472455 commit b71cd1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#### :bug: Bug fix
1616

17+
- Reanalyze: make optional args analysis liveness-aware, preventing false positives when functions are only called from dead code. https://github.com/rescript-lang/rescript/pull/8082
1718
- Fix exponential compilation blowup with large unboxed variants and dict pattern matching. https://github.com/rescript-lang/rescript/pull/8078
1819
- Rewatch: warnings for unsupported/unknown `rescript.json` fields. https://github.com/rescript-lang/rescript/pull/8031
1920
- Fix missing `ignore` function in some Stdlib modules. https://github.com/rescript-lang/rescript/pull/8060
@@ -26,6 +27,10 @@
2627

2728
- Add missing deprecation and migration for `Exn.Error`. https://github.com/rescript-lang/rescript/pull/8036
2829

30+
#### :house: Internal
31+
32+
- Reanalyze: refactor DCE to pure pipeline architecture for order-independence and incremental update support. https://github.com/rescript-lang/rescript/pull/8043
33+
2934
# 12.0.0
3035

3136
No changes compared to rc.5.

0 commit comments

Comments
 (0)