We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d544b82 commit f45a66eCopy full SHA for f45a66e
kore/CHANGELOG.md
@@ -14,6 +14,24 @@ All notable changes to this project will be documented in this file.
14
15
### Fixed
16
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
35
## [0.26.0.0] - 2020-07-24
36
37
### Added
kore/package.yaml
@@ -1,5 +1,5 @@
1
name: kore
2
-version: 0.26.0.0
+version: 0.27.0.0
3
github: "kframework/kore"
4
license: NCSA
5
license-file: LICENSE
0 commit comments