File tree 2 files changed +16
-3
lines changed 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,27 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Changed
10
10
11
- - Execution does not branch when evaluating the hooked ` KEQUAL.eq ` function.
12
-
13
11
### Deprecated
14
12
15
13
### Removed
16
14
17
15
### Fixed
18
16
17
+ ## [ 0.22.0.0] - 2020-05-27
18
+
19
+ ### Added
20
+
21
+ - A warning is emitted when a total function returns ` \bottom ` .
22
+
23
+ ### Changed
24
+
25
+ - Execution does not branch when evaluating the hooked ` KEQUAL.eq ` function.
26
+
27
+ ### Fixed
28
+
29
+ - Overloaded symbols are now correctly unified with injected variables.
30
+ - Error messages are no longer duplicated in the log.
31
+
19
32
## [ 0.21.0.0] - 2020-05-13
20
33
21
34
### Added
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.21 .0.0
2
+ version : 0.22 .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