Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rule Report Release notes for Version 3.0.1 #314

Merged
merged 7 commits into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion docs/prover/changelog/report_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Rules Report Release Notes
```{contents}
```

3.0.2 (Nov 18, 2024)
---------------------------

### Features

- [feat] Improved formatting of the call trace: The call trace highlights values of the counter examples as gray boxes and provides tooltips indicating the semantics of the value (e.g. if the value is a return value or a parameter of a function call).
- [feat] The rule tree automatically opens a node if it only contains a single child element. This reduces the number of user interactions required to get to the call trace and find the counter example.

2.4.4 (Nov 6, 2024)
---------------------------
### Features

- [feat] Adding support for syntax highlighting of Rust files in the code editor
johspaeth marked this conversation as resolved.
Show resolved Hide resolved
- [feat] Flags in the config tab link to the flags in the documentation.

### Fixed Bugs

- [bug] The re-run button was reported to not function for non-Certora users. This has been fixed.

2.4.1 (Oct 6, 2024)
---------------------------

Expand All @@ -13,7 +32,6 @@ Rules Report Release Notes
- [feat] Re-run feature is available to all users. Upon a timeout of a rule, the user is able to re-run the particular rule with a portfolio of configurations aiming to solve the timeout.



2.3.2 (Sep 2, 2024)
---------------------------

Expand Down
Loading