Skip to content

Commit

Permalink
kore-0.26.0.0 (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored Jul 25, 2020
1 parent 7c68064 commit add659e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,24 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.26.0.0] - 2020-07-24

### Added

- Speedscope is now supported for profiling proofs.
- kore-repl can list rules applied between any related nodes.
- kore-repl allows enabling debug-equation dynamically.
- A warning is emitted to distinguish the types of proof failure.

### Fixed

- A bug is fixed where variables introduced by symbolic narrowing could be
captured incorrectly.
- A more helpful message is provided when the external solver crashes.
- The interrupt signal no longer triggers the creation of a bug report archive
automatically.
- The overhead of logging is significantly reduced.
- Polymorphic symbols can now be encoded for the external solver.

## [0.25.0.0] - 2020-07-08

Expand Down
2 changes: 1 addition & 1 deletion kore/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kore
version: 0.25.0.0
version: 0.26.0.0
github: "kframework/kore"
license: NCSA
license-file: LICENSE
Expand Down

0 comments on commit add659e

Please sign in to comment.