Skip to content

Commit

Permalink
Update changelog for oops
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Mar 31, 2023
1 parent 9ff09c8 commit 1c94cff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cardano-api/ChangeLog.md
Expand Up @@ -36,6 +36,16 @@
New type `BundledProtocolParameters` and new functions `bundleProtocolParams` and `unbundleProtocolParams`.
([PR4903](https://github.com/input-output-hk/cardano-node/pull/4903))

- Introduce the `oops` library to `cardano-api` and `cardano-cli` to simplify error handling. The following functions that make use of `oops` have been added to `Cardano.Api`.

* `determineEraExpr_`
* `getNtcVersion_`
* `handleQueryConvenienceErrors_`
* `maybeQueryExpr_`
* `queryExpr_`
* `queryNodeLocalState_`
* `queryStateForBalancedTx_`

### Bugs

- Allow reading text envelopes from pipes ([PR 4384](https://github.com/input-output-hk/cardano-node/pull/4384))
Expand Down

0 comments on commit 1c94cff

Please sign in to comment.