Skip to content

Commit

Permalink
Edits for ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Apr 29, 2021
1 parent f87bdef commit 430c5f9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## [3.4.0] - UNRELEASED
## [3.4.0] - 2021-04-30

### Added

- Added `Cardano.Address.Style.Shelley.eitherInspectAddress` function
with stronger result and error types.

- Added `Cardano.Address.Style.Shared` module which define a shared wallet style
enabling multisig.
- Added `Cardano.Address.Style.Shared` module which defines a shared
wallet style enabling multisig.

### Changed

Expand All @@ -20,14 +20,16 @@
but `addr_shared_vkh` and `stake_shared_vkh` to denote spending and stake
verification key hashes, respectively.

- `KeyHash` now needs `KeyRole` values to specify, except binary payload. It was needed
change to enable differentiating between spending and stake key hashes.
- `KeyHash` now needs `KeyRole` values to be specified, except binary
payload. It was needed change to enable differentiating between
spending and stake key hashes.

### Removed

- Multisig related functions were deleted from `Cardano.Address.Style.Shelley` as they
found a new place in `Cardano.Address.Style.Shared`.


## [3.3.0] - 2021-04-09

### Added
Expand Down

0 comments on commit 430c5f9

Please sign in to comment.