Skip to content

Commit f25726d

Browse files
authored
kore-0.29.0.0 (#2121)
1 parent 8ee3470 commit f25726d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

kore/CHANGELOG.md

+21
Original file line numberDiff line numberDiff 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

kore/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kore
2-
version: 0.28.0.0
2+
version: 0.29.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)