diff --git a/ChangeLog.md b/ChangeLog.md index d081bf0..f6ff839 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,16 @@ Change Log ========== +Version 0.8.0.3 (2017-07-04) *Independence Day in the United States* +-------------------------------------------------------------------- + +#### Package changes + +* Change QuickCheck upper bound from 2.10 to 2.11 and import the `Arbitrary` + `NonEmpty` instance from quickcheck-instances for 2.10 +* Fix `stimes` property in test suite + ([Oleg Grenrus](https://github.com/phadej)) + Version 0.8.0.2 (2016-09-04) *World Sexual Health Day* ------------------------------------------------------ diff --git a/dlist.cabal b/dlist.cabal index 09f5008..afeb6de 100644 --- a/dlist.cabal +++ b/dlist.cabal @@ -1,5 +1,5 @@ name: dlist -version: 0.8.0.2 +version: 0.8.0.3 synopsis: Difference lists description: Difference lists are a list-like type supporting O(1) append. This is