File tree 2 files changed +23
-1
lines changed 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.
14
14
15
15
### Fixed
16
16
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
+
17
39
## [ 0.32.0.0] - 2020-10-15
18
40
19
41
### Changed
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.32 .0.0
2
+ version : 0.33 .0.0
3
3
github : " kframework/kore"
4
4
license : NCSA
5
5
license-file : LICENSE
You can’t perform that action at this time.
0 commit comments