diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 5e779da8bb..89c4ec1fd0 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog for cardano-api +## 8.10.0.0 + +- Improved feature ergonomics + New: + - `Featured` + - `asFeaturedInEra` + - `asFeaturedInShelleyBasedEra` + - `genFeaturedInEra` + - `genMaybeFeaturedInEra` + - `conwayEraOnwardsToCardanoEra` + - `conwayEraOnwardsToCardanoEra` + - `conwayEraOnwardsToShelleyBasedEra` + - `shelleyToBabbageEraConstraints` + - `shelleyToBabbageEraToCardanoEra` + - `shelleyToBabbageEraToShelleyBasedEra` + Deprecated: + - `FeatureValue` Use `Maybe Featured` instead + - `isFeatureValue` + - `valueOrDefault` + - `asFeatureValue` + - `asFeatureValueInShelleyBasedEra` + (feature; breaking) + [PR 128](https://github.com/input-output-hk/cardano-api/pull/128) + +- Expose `toShelleyPoolParams` for Conway integration + (feature; compatible) + [PR 134](https://github.com/input-output-hk/cardano-api/pull/134) + +- `FeatureInEra` instance for `ShelleyBasedEra` + (feature; compatible) + [PR 131](https://github.com/input-output-hk/cardano-api/pull/131) + ## 8.9.0.0 - Expose more functionality from cardano-api diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 64efb21bb8..d088fb24c3 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -1,7 +1,7 @@ cabal-version: 3.4 name: cardano-api -version: 8.9.0.0 +version: 8.10.0.0 synopsis: The cardano api description: The cardano api. category: Cardano,