Skip to content

Commit 131854f

Browse files
authored
kore-0.24.0.0 (#1926)
1 parent 68c549b commit 131854f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

kore/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ All notable changes to this project will be documented in this file.
1414

1515
### Fixed
1616

17+
## [0.24.0.0] - 2020-06-25
18+
19+
### Added
20+
21+
- The hook `INT.eq` is reflexive with symbolic arguments.
22+
- The unification-based interpretation of function equations is supported.
23+
24+
### Fixed
25+
26+
- Improved function evaluation performance by reducing book-keeping.
27+
- Improved unification performance by removing excess logs.
28+
- Improved execution performance by discarding historical configurations.
29+
- `kore-repl` respects all logging options.
30+
1731
## [0.23.0.0] - 2020-06-10
1832

1933
### Added

kore/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kore
2-
version: 0.23.0.0
2+
version: 0.24.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)