We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5637f commit 48592b7Copy full SHA for 48592b7
kore/CHANGELOG.md
@@ -14,6 +14,17 @@ All notable changes to this project will be documented in this file.
14
15
### Fixed
16
17
+## [0.32.0.0] - 2020-10-15
18
+
19
+### Changed
20
21
+- `\equals` clauses are normalized by ordering their child terms. (#2137)
22
+- The SMT solver is reset at fixed intervals. (#2125)
23
24
+### Fixed
25
26
+- The warning about trivial claims shows the original source location. (#2155)
27
28
## [0.31.0.0] - 2020-09-30
29
30
### Added
kore/package.yaml
@@ -1,5 +1,5 @@
1
name: kore
2
-version: 0.31.0.0
+version: 0.32.0.0
3
github: "kframework/kore"
4
license: NCSA
5
license-file: LICENSE
0 commit comments