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.
1414
1515### Fixed
1616
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+
1741## [ 0.37.0.0] - 2021-01-07
1842
1943### Added
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 2.2
44--
55-- see: https://github.com/sol/hpack
66--
7- -- hash: 14a9c3fb13f5926dbd7132316a785e05c02d496c072bab9f8bd7533b1cbc8d41
7+ -- hash: 31c0153b51498e9307cfa8992158de791fb8824f02b0c299f2e0b5dd9a03eab8
88
99name : kore
10- version : 0.37 .0.0
10+ version : 0.38 .0.0
1111description : Please see the [README](README.md) file.
1212category : Language
1313homepage : https://github.com/kframework/kore#readme
Original file line number Diff line number Diff line change 11name : kore
2- version : 0.37 .0.0
2+ version : 0.38 .0.0
33github : " kframework/kore"
44license : NCSA
55license-file : LICENSE
Original file line number Diff line number Diff line change 1111 flags = { release = false ; threaded = true ; } ;
1212 package = {
1313 specVersion = "2.2" ;
14- identifier = { name = "kore" ; version = "0.37 .0.0" ; } ;
14+ identifier = { name = "kore" ; version = "0.38 .0.0" ; } ;
1515 license = "NCSA" ;
1616 copyright = "2018-2020 Runtime Verification Inc" ;
1717 maintainer = "thomas.tuegel@runtimeverification.com" ;
You can’t perform that action at this time.
0 commit comments