We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b9225 commit 55a1306Copy full SHA for 55a1306
kore/CHANGELOG.md
@@ -14,6 +14,20 @@ All notable changes to this project will be documented in this file.
14
15
### Fixed
16
17
+## [0.23.0.0] - 2020-06-10
18
+
19
+### Added
20
21
+- `kore-exec` and `kore-repl` save the information necessary to reproduce a bug
22
+ with the option `--bug-report`.
23
+- The hook `BOOL.or` is simplified to `\and` when possible.
24
+- The hook `SET.in` is simplified to `\and` when possible.
25
26
+### Fixed
27
28
+- The error message thrown when a rewrite rule cannot be instantiated uses
29
+ variable names consistently.
30
31
## [0.22.0.0] - 2020-05-27
32
33
### Added
kore/package.yaml
@@ -1,5 +1,5 @@
1
name: kore
2
-version: 0.22.0.0
+version: 0.23.0.0
3
github: "kframework/kore"
4
license: NCSA
5
license-file: LICENSE
0 commit comments