Skip to content

Commit add659e

Browse files
authored
kore-0.26.0.0 (#2009)
1 parent 7c68064 commit add659e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

kore/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,24 @@ All notable changes to this project will be documented in this file.
1414

1515
### Fixed
1616

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+
1728
- A bug is fixed where variables introduced by symbolic narrowing could be
1829
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.
1935

2036
## [0.25.0.0] - 2020-07-08
2137

kore/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kore
2-
version: 0.25.0.0
2+
version: 0.26.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)