File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,26 @@ All notable changes to this project will be documented in this file.
1414
1515### Fixed
1616
17+ ## [ 0.21.0.0] - 2020-05-13
18+
19+ ### Added
20+
21+ - Injections into hooked sorts are forbidden.
22+ - Semantic rules with the same left- and right-hand sides will be rejected.
23+ Such rules will always cause the backend to loop endlessly.
24+ - ` kore-repl ` prints output in script mode with the option ` --save-run-output ` .
25+
26+ ### Changed
27+
28+ - kore-repl: ` stepf ` command advances the current configuration.
29+ - ` kore-exec ` does not retain the interior of the execution graph.
30+ Only the leaf nodes of the execution graph are retained during
31+ execution. Memory use is bounded by the size of the largest configuration and
32+ does not increase with the length of the proof.
33+ - Applying semantic (rewrite) rules is more efficient.
34+ Run time is improved 10-15% by avoiding duplicate work when refreshing the
35+ free variables of semantic rules.
36+
1737## [ 0.20.0.0] - 2020-04-29
1838
1939### Added
Original file line number Diff line number Diff line change 11name : kore
2- version : 0.20 .0.0
2+ version : 0.21 .0.0
33github : " kframework/kore"
44license : NCSA
55license-file : LICENSE
You can’t perform that action at this time.
0 commit comments