Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hedgehogqa/haskell-hedgehog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bb209809a5eef0a2f53ee5f5eea20377ceebbb30
Choose a base ref
..
head repository: hedgehogqa/haskell-hedgehog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ea0603ac37807536507e51affbc70755f21c07f
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 CHANGELOG.md
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 1.2.1 (unreleased)

* Add `instance Applicative Concrete` (,)
* Add `instance Applicative Concrete` ([#493][493], [@endgame][endgame])
* Export `Hedgehog.Internal.Seed.seed` ([#477][477], [@sol][sol])

## Version 1.2 (2022-08-28)
@@ -272,6 +272,8 @@
https://github.com/jhrcek


[493]:
https://github.com/hedgehogqa/haskell-hedgehog/pull/493
[462]:
https://github.com/hedgehogqa/haskell-hedgehog/pull/462
[461]: