Skip to content

Commit

Permalink
Update changelogs wrt displayException changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jul 2, 2023
1 parent b26bd9c commit de2ffd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 5 additions & 4 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Unreleased

_YYYY-MM-DD_

* Dependency loop error now lists all test cases that formed a cycle
* `foldGroup` now takes `[b]` instead of `b` as its last argument to allow for custom fold strategies. This is a backwards incompatible change, but you can get the old behavior by applying `mconcat`.
* Dependencies can now be defined pattern-free with `sequentialTestGroup`. (#343)
* Added `--min-duration-to-report` flag that specifies the time a test must take before `tasty` outputs timing information ([#341](https://github.com/UnkindPartition/tasty/issues/341))
* Dependency loop error now lists all test cases that formed a cycle ([#340](https://github.com/UnkindPartition/tasty/issues/340)).
* `foldGroup` now takes `[b]` instead of `b` as its last argument to allow for custom fold strategies. This is a backwards incompatible change, but you can get the old behavior by applying `mconcat` ([#364](https://github.com/UnkindPartition/tasty/issues/364)).
* Dependencies can now be defined pattern-free with `sequentialTestGroup` ([#343](https://github.com/UnkindPartition/tasty/issues/343)).
* Added `--min-duration-to-report` flag that specifies the time a test must take before `tasty` outputs timing information ([#341](https://github.com/UnkindPartition/tasty/issues/341)).
* When a test failed with an exception, print it using `displayException` instead of `show` ([#330](https://github.com/UnkindPartition/tasty/issues/330)).

Version 1.4.3
---------------
Expand Down
5 changes: 5 additions & 0 deletions hunit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Unreleased
---------------

Provide an explicit implementation of `displayException` in `instance Exception HUnitFailure` ([#330](https://github.com/UnkindPartition/tasty/issues/330)).

Version 0.10.0.3
----------------

Expand Down

0 comments on commit de2ffd5

Please sign in to comment.