Skip to content
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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ This file was introduced starting Kani 0.23.0, so it only contains changes from
## [0.60.0]

### Breaking Changes
* Autoharness Subcommand by @carolynzech in https://github.com/model-checking/kani/pull/3874
* Remove Ubuntu 20.04 CI usage by @tautschnig in https://github.com/model-checking/kani/pull/3918

### Major Changes
* Autoharness Subcommand by @carolynzech in https://github.com/model-checking/kani/pull/3874

### What's Changed
* Fast fail option - Stop verification process as soon as one failure is observed by @rajath-mk in https://github.com/model-checking/kani/pull/3879
* Fail verification for UB regardless of whether `#[should_panic]` is enabled by @tautschnig in https://github.com/model-checking/kani/pull/3860
Expand Down
Loading