From 7010e52231a50b2bdcbfd85b143484aa2f0fd54b Mon Sep 17 00:00:00 2001 From: Kevin Gorham Date: Mon, 21 Jun 2021 18:09:29 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c548e..e58fa4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,17 @@ Change Log ========== -Version 1.0.0-alpha73 *(2021-06-21)* +Version 1.0.0-alpha74 *(2021-06-21)* ------------------------------------ -New: Added workflow for automatically shielding funds. -New: Automatically recover from more network failure states. -New: Link to play store from the build number. -New: Hide available/total toggle when there are no pending funds. -Fix: Expand tappable area for showing the balance details. -Fix: Off by one error when calculating confirmations. -Fix: Do not show time in transaction details for pending transactions. +- New: Added workflow for automatically shielding funds. +- New: Automatically recover from more network failure states. +- New: Link to play store from the build number. +- New: Hide available/total toggle when there are no pending funds. +- New: Easter Egg to access the testnet faucets. +- New: Updated checkpoints for mainnet and testnet. +- Fix: Expand tappable area for showing the balance details. +- Fix: Off by one error when calculating confirmations. +- Fix: Do not show time in transaction details for pending transactions. Version 1.0.0-alpha72 *(2021-06-07)* ------------------------------------