Skip to content

Commit

Permalink
kore-0.22.0.0 (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored May 28, 2020
1 parent c411f70 commit df8fa5f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,27 @@ All notable changes to this project will be documented in this file.

### Changed

- Execution does not branch when evaluating the hooked `KEQUAL.eq` function.

### Deprecated

### Removed

### Fixed

## [0.22.0.0] - 2020-05-27

### Added

- A warning is emitted when a total function returns `\bottom`.

### Changed

- Execution does not branch when evaluating the hooked `KEQUAL.eq` function.

### Fixed

- Overloaded symbols are now correctly unified with injected variables.
- Error messages are no longer duplicated in the log.

## [0.21.0.0] - 2020-05-13

### Added
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.21.0.0
version: 0.22.0.0
github: "kframework/kore"
license: NCSA
license-file: LICENSE
Expand Down

0 comments on commit df8fa5f

Please sign in to comment.