Skip to content

Commit

Permalink
kore-0.27.0.0 (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored Aug 6, 2020
1 parent d544b82 commit f45a66e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.27.0.0] - 2020-08-05

### Added

- Add symbolic reasoning for SET.difference.
- Add SET.inclusion hook.

### Changed

- Add more context to some error messages.
- Update stack.yaml to GHC 8.10.

### Fixed

- Fix several memory leaks.
- Enable RTS statistics by default in all build configurations.
- Allow narrowing on uninterpreted functions.

## [0.26.0.0] - 2020-07-24

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

0 comments on commit f45a66e

Please sign in to comment.