Skip to content

Commit

Permalink
Add Changelog entries and version bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
nc6 committed Sep 16, 2024
1 parent 5730d1f commit c5bdd04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions eras/conway/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

* Removed `redelegateDRep` from `ImpTest`
* Changed signature of `delegateToDRep` to take a `Credential` parameter
* Added Test.Cardano.Ledger.Conway.CDDL with CDDL definitions in Conway.

## 1.16.1.0

Expand Down
1 change: 1 addition & 0 deletions eras/shelley/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Remove `minMajorPV` and `maxMajorPV` from `Constants`
* Add `logDoc` that takes a `Doc AnsiStyle` instead of a `String`
* Rename `logEntry` to `logString`
* Added CDDL definitions in Test.Cardano.Ledger.Shelley.CDDL

## 1.13.0.0

Expand Down
5 changes: 5 additions & 0 deletions libs/cardano-ledger-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
* Add a function `expectRawEqual`
* Add `assertColorFailure`

## 1.14.1.0

* Add Test.Cardano.Ledger.Core.Binary.CDDL containing core CDDL definitions
shared across eras.

## 1.14.0.0

* Add `EncCBOR` instance for `PoolCert`
Expand Down

0 comments on commit c5bdd04

Please sign in to comment.