File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,28 @@ All notable changes to this project will be documented in this file.
1414
1515### Fixed
1616
17+ ## [ 0.33.0.0] - 2020-10-29
18+
19+ ### Added
20+
21+ - The ` --solver-reset-interval ` option allows the user to specify how often the
22+ SMT solver will be reset. (#2207 )
23+ - Conditions quantified by ` \forall ` are sent to the SMT solver. (#2183 )
24+
25+ ### Changed
26+
27+ - Failing queries to the SMT solver are retried once, after resetting the
28+ solver. (#2208 )
29+ - The ` --save-proofs ` option is always effective, even when all claims are
30+ successfully proven. (#2183 )
31+ - The ` --strategy all ` option is now the default, instead of ` --strategy any ` .
32+ (#2204 )
33+
34+ ### Removed
35+
36+ - The ` --strategy any-heating-cooling ` and ` --strategy all-heating-cooling `
37+ options are removed. (#2204 )
38+
1739## [ 0.32.0.0] - 2020-10-15
1840
1941### Changed
Original file line number Diff line number Diff line change 11name : kore
2- version : 0.32 .0.0
2+ version : 0.33 .0.0
33github : " kframework/kore"
44license : NCSA
55license-file : LICENSE
You can’t perform that action at this time.
0 commit comments