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
* The Kani reference now includes an
["Attributes"](https://model-checking.github.io/kani/reference/attributes.html)
section that describes each of the attributes available in Kani (by
@adpaco-aws)
* Users' choice of SAT solver, specified by the `solver` attribute, is
now propagated to the loop-contract synthesizer (by @qinheping)
* Unit tests generated by the concrete playback feature now compile
correctly when using `RUSTFLAGS="--cfg=kani"` (by @jaisnan)
* The Rust toolchain is updated to 2023-02-16 (by @tautschnig)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ This file was introduced starting Kani 0.23.0, so it only contains changes from
8
8
9
9
### What's Changed
10
10
11
-
* The Kani reference now includes an ["Attributes"](https://model-checking.github.io/kani/reference/attributes.html) section that describes each of the attributes available in Kani (by @adpaco-aws)
12
-
* Users' choice of SAT solver, specified by the `solver` attribute, is now propagated to the loop-contract synthesizer (by @qinheping)
13
-
* Unit tests generated by the concrete playback feature now compile correctly when using `RUSTFLAGS="--cfg=kani"` (by @jaisnan)
14
-
* The Rust toolchain is updated to 2023-02-16 (by @tautschnig)
11
+
* The Kani reference now includes an ["Attributes"](https://model-checking.github.io/kani/reference/attributes.html) section that describes each of the attributes available in Kani ([pull request](https://github.com/model-checking/kani/pull/2359)by @adpaco-aws)
12
+
* Users' choice of SAT solver, specified by the `solver` attribute, is now propagated to the loop-contract synthesizer ([pull request](https://github.com/model-checking/kani/pull/2320)by @qinheping)
13
+
* Unit tests generated by the concrete playback feature now compile correctly when using `RUSTFLAGS="--cfg=kani"` ([pull request](https://github.com/model-checking/kani/pull/2353)by @jaisnan)
14
+
* The Rust toolchain is updated to 2023-02-18 ([pull request](https://github.com/model-checking/kani/pull/2384)by @tautschnig)
0 commit comments