Skip to content

Commit 4116c2f

Browse files
committed
update changelog
1 parent 113535f commit 4116c2f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

eras/alonzo/impl/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 1.14.0.0
44

5+
* Make `transValidityInterval` based on eras instead of protocol versions.
6+
* Remove `hardforkConwayTranslateUpperBoundForPlutusScripts` from `Cardano.Ledger.Alonzo.Era`.
7+
* Remove protocol version from arguments to `transValidityInterval`.
58
* Add `reqSignerHashesTxBodyG`
69
* Add `mkScriptIntegrity`
710
* Changed the type of `hashScriptIntegrity`

eras/conway/impl/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 1.20.0.0
44

5+
* Make `transValidityInterval` implicit to eras instead of protocol versions.
6+
* Implement `transValidityInterval` for Conway.
57
* Deprecate `PoolParams` in favor of `StakePoolState`. #5196
68
* Update `DRepPulser` and `RatifyEnv` to use `StakePoolState` instead of `PoolParams`.
79
* Better predicate failures for incorrect deposits and refunds.

libs/cardano-ledger-binary/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 1.7.0.0
44

5+
* Add `Random` instance for `Version`.
56
* Add `liftST`
67
* Bump `MaxVersion` to `12`
78
* Add `decodeFullFromHexText`

0 commit comments

Comments
 (0)