Skip to content

Commit 3d8694c

Browse files
committed
Update changelogs
1 parent ca99c47 commit 3d8694c

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

eras/allegra/impl/CHANGELOG.md

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

33
## 1.9.0.0
44

5+
* Change all lists into `NonEmpty` for `AllegraUtxoPredFailure`
56
* Add `cddl` sub-library, and `generate-cddl` executable.
67
* Remove deprecated type `Allegra`
78
* Remove deprecated type `TimelockConstr`

eras/alonzo/impl/CHANGELOG.md

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

33
## 1.15.0.0
44

5+
* Change all lists into `NonEmpty` for `AlonzoUtxoPredFailure`, `AlonzoUtxosPredFailure`, `AlonzoUtxowPredFailure`
6+
* Change `collectPlutusScriptsWithContext` to return a `NonEmpty` list of failures
57
* Changed the type of `dappMinUTxOValue` to `CompactForm Coin` in `DowngradeAlonzoPParams`
68
* Changed the type of the following fields to `CompactForm Coin` in `AlonzoPParams`:
79
- `appMinFeeA`

eras/babbage/impl/CHANGELOG.md

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

33
## 1.13.0.0
44

5+
* Change all lists into `NonEmpty` for `BabbageUtxoPredFailure`
56
* Add `babbageUtxoValidation`
67
* Add `babbageUtxoTests`
78
* Changed the type of the following fields to `CompactForm Coin` in `BabbagePParams`:

eras/conway/impl/CHANGELOG.md

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

33
## 1.21.0.0
44

5+
* Change all lists into `NonEmpty` for `ConwayUtxoPredFailure`, `ConwayUtxosPredFailure`, `ConwayUtxowPredFailure`
56
* Add `cddl` sub-library, and `generate-cddl` executable.
67
* Re-export `UtxoEnv` from `Cardano.Ledger.Conway.Rules.Utxo`
78
* Changed the type of the following fields to `CompactForm Coin` in `ConwayPParams`:

eras/dijkstra/impl/CHANGELOG.md

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

33
## 0.2.0.0
44

5+
* Change all lists into `NonEmpty` for `DijkstraUtxoPredFailure`, `DijkstraUtxowPredFailure`
56
* Add `cddl` sub-library, and `generate-cddl` executable.
67
* Add `bhviewPrevEpochNonce` to `BHeaderView`
78
* Change `makeHeaderView` to expect an additional `Maybe Nonce`

eras/shelley/impl/CHANGELOG.md

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

33
## 1.18.0.0
44

5+
* Change all lists into `NonEmpty` for `ShelleyUtxoPredFailure`, `ShelleyUtxowPredFailure`
56
* Changed the type of the following fields to `CompactForm Coin` in `ShelleyPParams`:
67
- `sppMinFeeA`
78
- `sppMinFeeB`

0 commit comments

Comments
 (0)