Skip to content

Commit 3eaaa54

Browse files
authored
kore-0.25.0.0 (#1964)
1 parent 857a9c4 commit 3eaaa54

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.25.0.0] - 2020-07-08
18+
19+
### Added
20+
21+
- The `simplification` attribute takes an optional integer argument indicating
22+
the priority of the simplification rule.
23+
- The hooked function `INT.ediv` implements Euclidean division.
24+
25+
### Changed
26+
27+
- `ErrorBottomTotalFunction` is thrown when a function declared total
28+
(`functional`) returns `\bottom`.
29+
- `ErrorDecidePredicateUnknown` is thrown when the solver cannot decide if a
30+
condition is satisfiable or unsatisfiable.
31+
32+
### Fixed
33+
1734
- `kore-exec` exits with the code specified by the semantics, even when the
1835
final configuration has side conditions.
36+
- `kore-exec` and `kore-repl` halt when the limit specified by the `--breadth`
37+
option is exceeded.
38+
- Proofs are no longer incomplete when the final configuration is undefined.
39+
- `kore-repl` does not allow `clear`-ing the direct child of a branching node
40+
because this can invalidate a proof.
1941

2042
## [0.24.0.0] - 2020-06-25
2143

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.24.0.0
2+
version: 0.25.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)