File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,24 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.26.0.0] - 2020-07-24
18
+
19
+ ### Added
20
+
21
+ - Speedscope is now supported for profiling proofs.
22
+ - kore-repl can list rules applied between any related nodes.
23
+ - kore-repl allows enabling debug-equation dynamically.
24
+ - A warning is emitted to distinguish the types of proof failure.
25
+
26
+ ### Fixed
27
+
17
28
- A bug is fixed where variables introduced by symbolic narrowing could be
18
29
captured incorrectly.
30
+ - A more helpful message is provided when the external solver crashes.
31
+ - The interrupt signal no longer triggers the creation of a bug report archive
32
+ automatically.
33
+ - The overhead of logging is significantly reduced.
34
+ - Polymorphic symbols can now be encoded for the external solver.
19
35
20
36
## [ 0.25.0.0] - 2020-07-08
21
37
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.25 .0.0
2
+ version : 0.26 .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