Skip to content

Commit df8fa5f

Browse files
authored
kore-0.22.0.0 (#1853)
1 parent c411f70 commit df8fa5f

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

kore/CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,27 @@ All notable changes to this project will be documented in this file.
88

99
### Changed
1010

11-
- Execution does not branch when evaluating the hooked `KEQUAL.eq` function.
12-
1311
### Deprecated
1412

1513
### Removed
1614

1715
### Fixed
1816

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+
1932
## [0.21.0.0] - 2020-05-13
2033

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

0 commit comments

Comments
 (0)