Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
As noted by @sol, links to the corresponding PRs for Version 1.5 are broken. This commit fixes them.
  • Loading branch information
moodmosaic committed Jul 26, 2024
1 parent 2d67134 commit 724b602
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
## Version 1.5 (2024-07-25)

* Bump containers and filepath dependencies ([#533](533), [@erikd][erikd])
* Hedgehog.Internal.Report: Add `configPrintShrinkPath` ([#531](531), [@sol][sol])
* Allow GHC 9.10 ([#530](530), [@erikd][erikd])
* hedgehog-{example,quickcheck,test-laws}: Raise QuickCheck bound ([#529](529), [@JackKelly-Bellroy][JackKelly-Bellroy])
* Allow to omit icons at the start of important output lines ([#524](524), [@sol][sol])
* Allow to omit source location from report ([#523](523), [@sol][sol])
* Fix "insufficient coverage" message ([#521](521), [@sol][sol])
* Support empty property names ([#520](520), [@sol][sol])
* Allow to disable the `recheckAt`-message ([#519](519), [@sol][sol])
* Remove redundant `Show` constraints: `evalMaybe`, `evalMaybeM` ([#516](516), [@endgame][endgame])
* Relax upper bound on `ansi-terminal` ([#515](515), [@moodmosaic][moodmosaic])
* Report.hs refactoring ([#514](514), [@sol][sol])
* Relax time dependency to < 1.15 ([#513](513), [@tomjaguarpaw][tomjaguarpaw])
* Bump barbies upper bound ([#510](510), [@jchia][jchia])
* Support primitive 0.9 ([#509](509), [@Vekhir][Vekhir])
* Show less context on failure ([#505](505), [@sol][sol])
* Allow GHC 9.8 ([#504](504), [@tomjaguarpaw][tomjaguarpaw])
* Wrap `evalMaybeM` and `evalEitherM` in `withFrozenCallStack` ([#499](499), [@ocharles][ocharles])
* Bump containers and filepath dependencies ([#533][533], [@erikd][erikd])
* Hedgehog.Internal.Report: Add `configPrintShrinkPath` ([#531][531], [@sol][sol])
* Allow GHC 9.10 ([#530][530], [@erikd][erikd])
* hedgehog-{example,quickcheck,test-laws}: Raise QuickCheck bound ([#529][529], [@JackKelly-Bellroy][JackKelly-Bellroy])
* Allow to omit icons at the start of important output lines ([#524][524], [@sol][sol])
* Allow to omit source location from report ([#523][523], [@sol][sol])
* Fix "insufficient coverage" message ([#521][521], [@sol][sol])
* Support empty property names ([#520][520], [@sol][sol])
* Allow to disable the `recheckAt`-message ([#519][519], [@sol][sol])
* Remove redundant `Show` constraints: `evalMaybe`, `evalMaybeM` ([#516][516], [@endgame][endgame])
* Relax upper bound on `ansi-terminal` ([#515][515], [@moodmosaic][moodmosaic])
* Report.hs refactoring ([#514][514], [@sol][sol])
* Relax time dependency to < 1.15 ([#513][513], [@tomjaguarpaw][tomjaguarpaw])
* Bump barbies upper bound ([#510][510], [@jchia][jchia])
* Support primitive 0.9 ([#509][509], [@Vekhir][Vekhir])
* Show less context on failure ([#505][505], [@sol][sol])
* Allow GHC 9.8 ([#504][504], [@tomjaguarpaw][tomjaguarpaw])
* Wrap `evalMaybeM` and `evalEitherM` in `withFrozenCallStack` ([#499][499], [@ocharles][ocharles])

## Version 1.4 (2023-08-07)

Expand Down

0 comments on commit 724b602

Please sign in to comment.