File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 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.
1414
1515### Fixed
1616
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+
1738## [ 0.28.0.0] - 2020-08-19
1839
1940### Added
Original file line number Diff line number Diff line change 11name : kore
2- version : 0.28 .0.0
2+ version : 0.29 .0.0
33github : " kframework/kore"
44license : NCSA
55license-file : LICENSE
You can’t perform that action at this time.
0 commit comments