Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog for cardano-api

## 10.15.0.0

- Removed Babbage era from `Experimental` API together with `babbageEraOnwardsToEra` function.
(breaking)
[PR 828](https://github.com/IntersectMBO/cardano-api/pull/828)

- Improved autobalancing errors when change has no lovelace
`checkMinUTxOValue` has its arguments flipped.
(breaking, refactoring)
[PR 816](https://github.com/IntersectMBO/cardano-api/pull/816)

- Added support for stake pool extended keys
(feature)
[PR 781](https://github.com/IntersectMBO/cardano-api/pull/781)

- Exposed `substituteExecutionUnits` & `handleExUnitsErrors` from `Cardano.Api.Internal.Fees` module
(compatible)
[PR 820](https://github.com/IntersectMBO/cardano-api/pull/820)

- Fixed CBOR codecs for Proposal
(compatible, maintenance)
[PR 823](https://github.com/IntersectMBO/cardano-api/pull/823)

## 10.14.1.0

- Update consensus to 0.26
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-api
version: 10.14.1.0
version: 10.15.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down
Loading