Skip to content

Commit

Permalink
Removed entries from changelog about changes to internal types
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Nov 29, 2022
1 parent acb0818 commit 1c8ff01
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions CHANGELOG.md
Expand Up @@ -44,20 +44,6 @@ in the naming of release branches.
`atadPlutus`. This was needed due to #3166
- Changed major version in `ProtVer` to use new type `Version` instead of `Natural`: #3138
- Renamed records fields in `Cardano.Ledger` to names without `_` (underscores) #3126
- `Alonzo.TxBody.TxBodyRaw` to `Alonzo.TxBody.AlonzoTxBodyRaw`
- `_inputs` to `atbrInputs`
- `_collateral` to `atbrCollateral`
- `_outputs` to `atbrOutputs`
- `_certs` to `atbrCerts`
- `_wdrls` to `atbrWdrls`
- `_txfee` to `atbrTxFee`
- `_vldt` to `atbrValidityInterval`
- `_update` to `atbrUpdate`
- `_reqSignerHashes` to `atbrReqSignerHashes`
- `_mint` to `atbrMint`
- `_scriptIntegrityHash` to `atbrScriptIntegrityHash`
- `_adHash` to `atbrAuxDataHash`
- `_txnetworkid` to `atbrTxNetworkId`
- `Alonzo.TxBody.AlonzoTxBody` pattern synonym
- `inputs` to `atbInputs`
- `collateral` to `atbCollateral`
Expand All @@ -72,22 +58,6 @@ in the naming of release branches.
- `scriptIntegrityHash` to `atbScriptIntegrityHash`
- `adHash` to `atbAuxDataHash`
- `txnetworkid` to `atbTxNetworkId`
- `Babbage.TxBody.TxBodyRaw` to `Babbage.TxBody.BabbageTxBodyRaw`
- `_spendInputs` to `btbrSpendInputs`
- `_collateralInputs` to `btbrCollateralInputs`
- `_referenceInputs` to `btbrReferenceInputs`
- `_outputs` to `btbrOutputs`
- `_collateralReturn` to `btbrCollateralReturn`
- `_certs` to `btbrCerts`
- `_wdrls` to `btbrWdrls`
- `_txfee` to `btbrTxFee`
- `_vldt` to `btbrValidityInterval`
- `_update` to `btbrUpdate`
- `_reqSignerHashes` to `btbrReqSignerHashes`
- `_mint` to `btbrMint`
- `_scriptIntegrityHash` to `btbrScriptIntegrityHash`
- `_adHash` to `btbrAuxDataHash`
- `_txnetworkid` to `btbrTxNetworkId`
- `Babbage.TxBody.BabbageTxBody` pattern synonym
- `inputs` to `btbInputs`
- `collateral` to `btbCollateral`
Expand Down

0 comments on commit 1c8ff01

Please sign in to comment.