File tree 2 files changed +21
-1
lines changed
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.
14
14
15
15
### Fixed
16
16
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
+
17
37
## [ 0.20.0.0] - 2020-04-29
18
38
19
39
### Added
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.20 .0.0
2
+ version : 0.21 .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