Skip to content

Commit f01294a

Browse files
authored
kore-0.31.0.0 (#2173)
1 parent 037fb31 commit f01294a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

kore/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ All notable changes to this project will be documented in this file.
1414

1515
### Fixed
1616

17+
## [0.31.0.0] - 2020-09-30
18+
19+
### Added
20+
21+
- Inferred conditions are used to simplify unevaluated functions. (#2095)
22+
23+
### Changed
24+
25+
- The prover infers that the right-hand sides of claims are defined. (#2110)
26+
27+
### Fixed
28+
29+
- Unsatisfiable configurations are filtered from the right-hand side of
30+
claims. (#2145)
31+
- Function evaluation is disabled while matching the left-hand side of an
32+
equation. (#2143)
33+
1734
## [0.30.0.0] - 2020-09-18
1835

1936
### Changed

kore/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kore
2-
version: 0.30.0.0
2+
version: 0.31.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)