Skip to content

Commit

Permalink
consensus: changelog for Nary.inject changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Feb 19, 2025
1 parent 69c2afa commit 196ef9b
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Patch
- A bullet item for the Patch category.
-->
<!--
### Non-Breaking
- A bullet item for the Non-Breaking category.
-->

### Breaking

- Make the type of `Nary.inject` more precise.
The old type involves oracular data, so any required changes downstream are almost certainly limited to testing code.
(I'm therefore tempted to list this as Patch instead --- violating the [PVP](https://pvp.haskell.org/) --- but the risk-reward seems prohibitive.)

0 comments on commit 196ef9b

Please sign in to comment.