File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,27 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.29.0.0] - 2020-09-04
18
+
19
+ ### Added
20
+
21
+ - The SMT solver transcript (` --solver-transcript ` ) shows reponses received from
22
+ the solver. (#1688 )
23
+
24
+ ### Changed
25
+
26
+ - The internal representation of terms is simplified. (#2104 )
27
+ - The prover keeps the right-hand side of its working claim simplified. (#1278 )
28
+
29
+ ### Fixed
30
+
31
+ - The SMT solver no longer fails to solve simple queries. (#2075 )
32
+ - The SMT solver no longer leaks memory. (#2087 )
33
+ - Simplifying conjunctions of predicates runs in linear time, rather than
34
+ quadratic. (#2102 )
35
+ - Proven states are not accidentally reported as "stuck". (#2021 )
36
+ - The prover halts at the first unproven state. (#2071 )
37
+
17
38
## [ 0.28.0.0] - 2020-08-19
18
39
19
40
### Added
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.28 .0.0
2
+ version : 0.29 .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