From 1b2c6dce2486b656f2fa7a6324d180d1d74e8c77 Mon Sep 17 00:00:00 2001 From: "Rene V. Vergara" Date: Wed, 17 Apr 2024 20:51:12 -0400 Subject: [PATCH] rvv040 - Update CHANGE.LOG file --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf9c65..42449e0 100644 --- a/CHANGELOG.md +++ b/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