From f9711d3162b13ee80ffdcd41d99be767b2bb966e Mon Sep 17 00:00:00 2001 From: Jordan Millar Date: Thu, 5 Oct 2023 13:17:14 -0400 Subject: [PATCH] New version cardano-api-8.25.2.0 --- cardano-api/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 8edf26eeee..7ec613d775 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog for cardano-api +## 8.25.2.0 + +- Add support for committee hot key witnesses + (feature, compatible) + [PR 300](https://github.com/input-output-hk/cardano-api/pull/300) + +- Delete `withShelleyBasedEraConstraintsForLedger`. Use `shelleyBasedEraConstraints` instead. + (breaking, improvement) + [PR 297](https://github.com/input-output-hk/cardano-api/pull/297) + +- Simplify `DebugLedgerState` with eons + (breaking, improvement) + [PR 296](https://github.com/input-output-hk/cardano-api/pull/296) + ## 8.25.0.1 - Haddock bug fix