From 196ef9b2b770696355c4d3a578b39296c3ad1769 Mon Sep 17 00:00:00 2001 From: Nicolas Frisby Date: Wed, 19 Feb 2025 06:52:09 -0800 Subject: [PATCH] consensus: changelog for Nary.inject changes --- ...0219_054827_nick.frisby_simplify_inject.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ouroboros-consensus/changelog.d/20250219_054827_nick.frisby_simplify_inject.md 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.)