File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 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.
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
Original file line number Diff line number Diff line change 11name : kore
2- version : 0.24 .0.0
2+ version : 0.25 .0.0
33github : " kframework/kore"
44license : NCSA
55license-file : LICENSE
You can’t perform that action at this time.
0 commit comments