Skip to content

Commit 724b602

Browse files
committed
Update CHANGELOG.md
As noted by @sol, links to the corresponding PRs for Version 1.5 are broken. This commit fixes them.
1 parent 2d67134 commit 724b602

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

CHANGELOG.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
## Version 1.5 (2024-07-25)
22

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

2222
## Version 1.4 (2023-08-07)
2323

0 commit comments

Comments
 (0)