diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8583bb..590b65f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)