diff --git a/ouroboros-consensus/changelog.d/20250219_054827_nick.frisby_simplify_inject.md b/ouroboros-consensus/changelog.d/20250219_054827_nick.frisby_simplify_inject.md new file mode 100644 index 0000000000..04a94ac4d1 --- /dev/null +++ b/ouroboros-consensus/changelog.d/20250219_054827_nick.frisby_simplify_inject.md @@ -0,0 +1,24 @@ + + + + + +### 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.)