diff --git a/blockfrost-api/CHANGELOG.md b/blockfrost-api/CHANGELOG.md index 3d1eace..7fe082c 100644 --- a/blockfrost-api/CHANGELOG.md +++ b/blockfrost-api/CHANGELOG.md @@ -2,9 +2,9 @@ * Fixed * Handling of Ogmios v5 `txEvaluate` response [#52](https://github.com/blockfrost/blockfrost-haskell/pull/52) - `TxEvalResult` is no more and instead we add `TxEvalValidator` - and `TxEvalFailure`. `TxEval` newtype now has a single `result` field - of type `Either TxEvalFailure (Map TxEvalValidator TxEvalBudget)` + * `TxEvalResult` is no more and instead we add `TxEvalValidator` + and `TxEvalFailure`. `TxEval` newtype now has a single `result` field + of type `Either TxEvalFailure (Map TxEvalValidator TxEvalBudget)` # Version [0.9.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.8.1.0...api-0.9.0.0) (2023-12-18)