Skip to content

Commit f4343a3

Browse files
Prepare for release. (#78)
2 parents 58eae5e + cdf5e1a commit f4343a3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.3.0.0
2+
3+
- Added laws for the following factorial semigroup and monoid classes:
4+
- `Data.Semigroup.Factorial.Factorial`
5+
- `Data.Semigroup.Factorial.StableFactorial`
6+
- `Data.Monoid.Factorial.FactorialMonoid`
7+
8+
- Added laws for the following GCD and LCM monoid classes:
9+
- `Data.Monoid.GCD.{Left,Right}DistributiveGCDMonoid`
10+
- `Data.Monoid.GCD.DistributiveGCDMonoid`
11+
- `Data.Monoid.LCM.DistributiveLCMMonoid`
12+
13+
- Added missing laws for the following class:
14+
- `Data.Monoid.GCD.OverlappingGCDMonoid`
15+
16+
- Removed `cancellativeGCDMonoidLaws`.
17+
- The documentation for the `GCDMonoid` class no longer states these laws.
18+
119
# 0.2.0.0
220

321
- Improved generation of arbitrary `Semigroup` value combinations.

quickcheck-monoid-subclasses.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: quickcheck-monoid-subclasses
3-
version: 0.2.0.0
3+
version: 0.3.0.0
44
bug-reports: https://github.com/jonathanknowles/quickcheck-monoid-subclasses/issues
55
license: Apache-2.0
66
license-file: LICENSE

0 commit comments

Comments
 (0)