File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,30 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
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
+
17
34
- ` kore-exec ` exits with the code specified by the semantics, even when the
18
35
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.
19
41
20
42
## [ 0.24.0.0] - 2020-06-25
21
43
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.24 .0.0
2
+ version : 0.25 .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