Skip to content

Commit 05c8181

Browse files
committed
Add changelog entries
1 parent ad0e521 commit 05c8181

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for patch
22

3+
## Unreleased
4+
5+
* Drop support for GHC 8.0 and 8.2. It may still be possible to use this library with those versions of GHC, but we do not guarantee or test it anymore.
6+
* Fix an issue where (<>) crashed for some `PatchMapWithPatchingMove`s.
7+
* Change `DecidablyEmpty` for `Sum` and `Product` to use `Num` and `Eq` rather than delegating to the argument type's `DecidablyEmpty` class. Since `Sum` and `Product` have `Monoid` actions and units that are inherently based on `Num`, it makes sense to have a `DecidablyEmpty` instances that inherently agree with that. Also, since `Int` and other numeric types don't have (and can't reasonably have) `DecidablyEmpty` instances, this is necessary to make them actually usable in this context.
8+
39
## 0.0.7.0 - 2022-06-23
410

511
* Use `commutative-semigroups` for `Commutative`, making `Additive` a

0 commit comments

Comments
 (0)