Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
karkhaz committed May 7, 2024
1 parent 176ccb2 commit b7764ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This file contains notable changes (e.g. breaking changes, major changes, etc.)

This file was introduced starting Kani 0.23.0, so it only contains changes from version 0.23.0 onwards.

## [0.51.0]

## What's Changed

* Do not assume that ZST-typed symbols refer to unique objects by @tautschnig in https://github.com/model-checking/kani/pull/3134
* Remove kani::Arbitrary from the modifies contract instrumentation by @feliperodri in https://github.com/model-checking/kani/pull/3169
* Emit source locations whenever possible to ease debugging and coverage reporting by @tautschnig in https://github.com/model-checking/kani/pull/3173
* Fix cargo audit error by @jaisnan in https://github.com/model-checking/kani/pull/3160
* Rust toolchain is upgraded to nightly-2024-04-21 by @celinval


**Full Changelog**: https://github.com/model-checking/kani/compare/kani-0.50.0...kani-0.51.0


## [0.50.0]

### Major Changes
Expand Down

0 comments on commit b7764ae

Please sign in to comment.