File tree Expand file tree Collapse file tree 5 files changed +142
-180
lines changed Expand file tree Collapse file tree 5 files changed +142
-180
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,4 @@ cabal.project.local
4848/.TAGS *
4949kore-exec.tar.gz
5050hie.yaml
51+ .hie /
Original file line number Diff line number Diff line change @@ -14,6 +14,28 @@ All notable changes to this project will be documented in this file.
1414
1515### Fixed
1616
17+ ## [ 0.42.0.0] - 2021-03-17
18+
19+ ### Added
20+
21+ - ` kore-repl ` accepts the ` --bug-report ` and ` --no-bug-report ` options. (#2462 )
22+
23+ ### Changed
24+
25+ - Apply user-defined equations as written, instead of simplifying the left-hand
26+ side during initialization. (#2392 )
27+ - Match ` #as ` (` \and ` ) patterns correctly, instead of relying on simplifying
28+ them during initialization. (#2392 )
29+
30+ ### Fixed
31+
32+ - A performance regression related to strictness is fixed. (#2447 )
33+ - ` kore-exec ` distinguishes ` \bottom ` from stuck states, instead of reporting
34+ the last defined state as stuck. (#2451 )
35+ - Errors are reported on ` stderr ` instead of ` stdout ` . (#2458 )
36+ - Applying user-defined equations is more efficient. (#2438 )
37+ - ` kore-exec ` reports an error when any input file is missing. (#2446 )
38+
1739## [ 0.41.0.0] - 2021-03-05
1840
1941### Changed
You can’t perform that action at this time.
0 commit comments