File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,30 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.38.0.0] - 2021-01-24
18
+
19
+ ### Added
20
+
21
+ - Add profiling traces for rewriting and simplification during ordinary
22
+ execution. (#2331 )
23
+
24
+ ### Changed
25
+
26
+ - Apply symbolic simplification rules to hook ` KEQUAL.eq ` under ` \and ` and
27
+ ` \equals ` . (#2346 )
28
+ - Include ` result.kore ` in output with ` --bug-report ` . (#2018 )
29
+ - Predicates have a distinguished internal representation. (#2099 )
30
+ - Unification problems in the argument positions of equations are solved during
31
+ initialization. (#2326 )
32
+
33
+ ### Fixed
34
+
35
+ - ` kore-repl ` no longer reports all remaining states (after rewriting) as stuck.
36
+ (#2335 )
37
+ - The bounded model checker returns ` \top ` when the property holds up to the
38
+ specified bound, but emits a warning if the bound was reached before execution
39
+ finished. (#2342 )
40
+
17
41
## [ 0.37.0.0] - 2021-01-07
18
42
19
43
### Added
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 2.2
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 14a9c3fb13f5926dbd7132316a785e05c02d496c072bab9f8bd7533b1cbc8d41
7
+ -- hash: 31c0153b51498e9307cfa8992158de791fb8824f02b0c299f2e0b5dd9a03eab8
8
8
9
9
name : kore
10
- version : 0.37 .0.0
10
+ version : 0.38 .0.0
11
11
description : Please see the [README](README.md) file.
12
12
category : Language
13
13
homepage : https://github.com/kframework/kore#readme
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.37 .0.0
2
+ version : 0.38 .0.0
3
3
github : " kframework/kore"
4
4
license : NCSA
5
5
license-file : LICENSE
Original file line number Diff line number Diff line change 11
11
flags = { release = false ; threaded = true ; } ;
12
12
package = {
13
13
specVersion = "2.2" ;
14
- identifier = { name = "kore" ; version = "0.37 .0.0" ; } ;
14
+ identifier = { name = "kore" ; version = "0.38 .0.0" ; } ;
15
15
license = "NCSA" ;
16
16
copyright = "2018-2020 Runtime Verification Inc" ;
17
17
You can’t perform that action at this time.
0 commit comments