File tree 2 files changed +24
-1
lines changed 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for cardano-api
2
2
3
+ ## 10.15.0.0
4
+
5
+ - Removed Babbage era from ` Experimental ` API together with ` babbageEraOnwardsToEra ` function.
6
+ (breaking)
7
+ [ PR 828] ( https://github.com/IntersectMBO/cardano-api/pull/828 )
8
+
9
+ - Improved autobalancing errors when change has no lovelace
10
+ ` checkMinUTxOValue ` has its arguments flipped.
11
+ (breaking, refactoring)
12
+ [ PR 816] ( https://github.com/IntersectMBO/cardano-api/pull/816 )
13
+
14
+ - Added support for stake pool extended keys
15
+ (feature)
16
+ [ PR 781] ( https://github.com/IntersectMBO/cardano-api/pull/781 )
17
+
18
+ - Exposed ` substituteExecutionUnits ` & ` handleExUnitsErrors ` from ` Cardano.Api.Internal.Fees ` module
19
+ (compatible)
20
+ [ PR 820] ( https://github.com/IntersectMBO/cardano-api/pull/820 )
21
+
22
+ - Fixed CBOR codecs for Proposal
23
+ (compatible, maintenance)
24
+ [ PR 823] ( https://github.com/IntersectMBO/cardano-api/pull/823 )
25
+
3
26
## 10.14.1.0
4
27
5
28
- Update consensus to 0.26
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.4
2
2
name : cardano-api
3
- version : 10.14.1 .0
3
+ version : 10.15.0 .0
4
4
synopsis : The cardano API
5
5
description : The cardano API.
6
6
category :
You can’t perform that action at this time.
0 commit comments