Skip to content

Commit

Permalink
update changelog for v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Oct 27, 2021
1 parent c1f7e83 commit 6ec2cc3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.0](TBD) - [TBD]
## [4.0.0](https://github.com/cardano-foundation/ledgerjs-hw-app-cardano/compare/v3.2.1...v4.0.0) - [October 27th 2021]

Support for script elements in transactions and addresses.

Expand All @@ -15,15 +15,12 @@ Support for script elements in transactions and addresses.
- support for script elements in transactions via a new `TransactionSigningMode.MULTISIG_TRANSACTION`
- support for mint field in transaction body
- native script hash derivation call
- validation of canonical ordering of cbor map keys (token policy ids in outputs and mint, asset names within an asset group)
- validation of canonical ordering of cbor map keys compliant with [CIP 21](https://cips.cardano.org/cips/cip21) (withdrawals, token policy ids in outputs and mint, asset names within an asset group)

### Changed

- API changes: replacing paths with stake credentials in various address and transaction parameters breaks compatibility

### Fixed


## [3.2.1](https://github.com/cardano-foundation/ledgerjs-hw-app-cardano/compare/v3.2.0...v3.2.1) - [June 9th 2021]

Patch update removing the requirement to order token bundle canonically.
Expand Down

0 comments on commit 6ec2cc3

Please sign in to comment.