Skip to content

Commit f45a66e

Browse files
authored
kore-0.27.0.0 (#2042)
1 parent d544b82 commit f45a66e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.27.0.0] - 2020-08-05
18+
19+
### Added
20+
21+
- Add symbolic reasoning for SET.difference.
22+
- Add SET.inclusion hook.
23+
24+
### Changed
25+
26+
- Add more context to some error messages.
27+
- Update stack.yaml to GHC 8.10.
28+
29+
### Fixed
30+
31+
- Fix several memory leaks.
32+
- Enable RTS statistics by default in all build configurations.
33+
- Allow narrowing on uninterpreted functions.
34+
1735
## [0.26.0.0] - 2020-07-24
1836

1937
### Added

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.26.0.0
2+
version: 0.27.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)