File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,20 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
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
+
17
31
## [ 0.23.0.0] - 2020-06-10
18
32
19
33
### Added
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.23 .0.0
2
+ version : 0.24 .0.0
3
3
github : " kframework/kore"
4
4
license : NCSA
5
5
license-file : LICENSE
You can’t perform that action at this time.
0 commit comments