Skip to content

Commit 7557d18

Browse files
committed
docs: add changelog entries for deriveEq feature
Add entries to plutus-tx and plutus-ledger-api changelogs documenting the new deriveEq function and the migration from manual Eq instances.
1 parent 8594179 commit 7557d18

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Changed
2+
3+
- Replace hand-written `PlutusTx.Eq` instances with `deriveEq` across all V1/V2/V3 types
4+
- Add `PlutusTx.Eq` instance for `MintValue`
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Added
2+
3+
- `PlutusTx.deriveEq`: Template Haskell function to derive `PlutusTx.Eq` instances
4+
for datatypes and newtypes, similar to Haskell's `deriving stock Eq`

0 commit comments

Comments
 (0)