You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 2.2.69
4
+
5
+
- Added `--reach-enable-analysis-splitting` flag to enable analysis splitting (disabled by default).
6
+
- Added `--reach-detailed-analysis-log-file` flag to print detailed analysis log file path.
7
+
- Added `--reach-lazy-mode` flag to enable lazy mode for reachability analysis.
8
+
- Changed default behavior: analysis splitting is now disabled by default. The old `--reach-disable-analysis-splitting` flag is kept as a hidden no-op for backwards compatibility.
0 commit comments