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: docs/prover/changelog/prover_changelog.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ Prover Release Notes
5
5
```{contents}
6
6
```
7
7
8
+
8.5.1 (November 25, 2025)
9
+
-------------------------
10
+
### CVLM
11
+
-[feat] Added new Certora Sui Prover (CLI command: `certoraSuiProver`) for Sui smart contract specifications written in the new Certora Verification Language for Move (CVLM).
12
+
13
+
### CVL
14
+
-[feat] Added support for new `preserved constructor()` block for stating assumptions before constructor code is executed when checking the base step of an invariant.
15
+
-[feat] Improved VSCode extension's CVL formatting related to unintended line breaks, aggressive empty-line removal, and unnecessary changes to parentheses.
0 commit comments