We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0a7ddf + 550f37d commit e8c3dccCopy full SHA for e8c3dcc
2 files changed
cardano-api/CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog for cardano-api
2
3
+## 10.17.1.0
4
+
5
+- Cardano.Api.Experimental: Fix missing key witnesses in certificates
6
+ (compatible, bugfix)
7
+ [PR 879](https://github.com/IntersectMBO/cardano-api/pull/879)
8
9
+- Add `genChainPoint` and `genChainPointAt`.
10
+ (feature, compatible)
11
+ [PR 877](https://github.com/IntersectMBO/cardano-api/pull/877)
12
13
+- Add `null` `size` functions to `Cardano.Api.UTxO`.
14
15
+ [PR 876](https://github.com/IntersectMBO/cardano-api/pull/876)
16
17
## 10.17.0.0
18
19
- Introduce new certificate type
cardano-api/cardano-api.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.8
name: cardano-api
-version: 10.17.0.0
+version: 10.17.1.0
synopsis: The cardano API
description: The cardano API.
category:
0 commit comments