Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed May 10, 2023
1 parent b6e21fb commit 222c965
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cardano-api/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
Modify functions in `Cardano.Api.IO` to use unspecified content type rather than `()`.
([PR 5194](https://github.com/input-output-hk/cardano-node/pull/5194))

- **Breaking change**
`NodeConfigFile` newtype replaced with `NodeConfigFile` type alias.
`GenesisConfigFile` newtype replaced with `ByronGenesisFile`, `ShelleyGenesisFile`, `AlonzoGenesisFile`, `ConwayGenesisFile` type aliases.
New `ByronGenesisConfig`, `ShelleyGenesisConfig`, `AlonzoGenesisConfig`, `ConwayGenesisConfig` type aliases.
([PR 5217](https://github.com/input-output-hk/cardano-node/pull/5217))

### Bugs

- Fix `toEraInMode` for Conway
Expand Down

0 comments on commit 222c965

Please sign in to comment.