File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,23 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.31.0.0] - 2020-09-30
18
+
19
+ ### Added
20
+
21
+ - Inferred conditions are used to simplify unevaluated functions. (#2095 )
22
+
23
+ ### Changed
24
+
25
+ - The prover infers that the right-hand sides of claims are defined. (#2110 )
26
+
27
+ ### Fixed
28
+
29
+ - Unsatisfiable configurations are filtered from the right-hand side of
30
+ claims. (#2145 )
31
+ - Function evaluation is disabled while matching the left-hand side of an
32
+ equation. (#2143 )
33
+
17
34
## [ 0.30.0.0] - 2020-09-18
18
35
19
36
### Changed
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.30 .0.0
2
+ version : 0.31 .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