Skip to content

Commit

Permalink
api: neaten CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Feb 16, 2024
1 parent 2bf95a3 commit 8b950b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blockfrost-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8b950b8

Please sign in to comment.