rvv040 - Update CHANGE.LOG file
This commit is contained in:
parent
e6d16267ee
commit
1b2c6dce24
1 changed files with 9 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.5.5.3]
|
||||
|
||||
### Added
|
||||
|
||||
- Added unction to generate an ExchangeAddress in Human Readable Format Using a TransparentAddress in HRF
|
||||
`encodeExchangeAddress` a function to create a ExchangeAddress in HRF
|
||||
`decodeExchangeAddress` a function to obtaina a TransparentAddress object from an ExchangeAddress in HRF
|
||||
- Added new type ExchangeAddress
|
||||
|
||||
## [0.5.5.2]
|
||||
|
||||
### Added
|
||||
|
@ -13,8 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
`encodeSaplingAddress` a zcash sapling address is returned or Nothing if the function fails
|
||||
- Added decoding and encoding test
|
||||
|
||||
|
||||
|
||||
## [0.5.5.1]
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Reference in a new issue