Skip to content

Commit 485bd89

Browse files
authored
kore-0.42.0.0 (#2477)
1 parent 003a842 commit 485bd89

File tree

5 files changed

+142
-180
lines changed

5 files changed

+142
-180
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ cabal.project.local
4848
/.TAGS*
4949
kore-exec.tar.gz
5050
hie.yaml
51+
.hie/

kore/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)