diff --git a/QuickCheck.cabal b/QuickCheck.cabal index 4ef92f86..9bac08f9 100644 --- a/QuickCheck.cabal +++ b/QuickCheck.cabal @@ -1,5 +1,5 @@ Name: QuickCheck -Version: 2.14.1 +Version: 2.14.2 Cabal-Version: >= 1.10 Build-type: Simple License: BSD3 @@ -57,7 +57,7 @@ source-repository head source-repository this type: git location: https://github.com/nick8325/quickcheck - tag: 2.14.1 + tag: 2.14.2 flag templateHaskell Description: Build Test.QuickCheck.All, which uses Template Haskell. diff --git a/changelog b/changelog index fed840ab..e06ac759 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,8 @@ -QuickCheck 2.14.1 (release 2020-07-05) +QuickCheck 2.14.2 (released 2020-11-14) + * Add Arbitrary instances for Tree (thanks to Oleg Grenrus) + * GHC 9.0 compatibility (thanks to Vilem-Benjamin Liepelt) + +QuickCheck 2.14.1 (released 2020-07-05) * Compatibility with random >= 1.2. QuickCheck 2.14 (released 2020-03-28)