From 5bfdfdb70128d10575653d46476700916c0e19b0 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Wed, 13 Jul 2022 15:23:04 -0300 Subject: [PATCH] [#403] Release 0.16.0-beta (#417) Closes #403 Renames changelog.md to CHANGELOG.md --- ZcashLightClientKit.podspec | 2 +- changelog.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index 85f19076..60a3191c 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.15.0-beta' + s.version = '0.16.0-beta' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC diff --git a/changelog.md b/changelog.md index fe8f43af..9fba2c7a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,18 @@ +# 0.16.0-beta +This version changes the way wallet birthdays are handled. +`WalletBirthday' struct is not longer public and has been renamed +to `Checkpoint`. + +`SynchronizerError` has a default `LocalizedError` compliance to +help debug errors and display them to the user. This is a workaround +to get rid of cryptic errors that are being reported to maintainers and +are subject to change in future versions. + +- [#392] Synchronizer error 8. when syncing. (#413) +- [#398] Make WalletBirthday an internal type (#414) +- [#411] add Fresh checkpoints for release 0.16.0-beta (#412) +- [#406] some BirthdayTests fail for MacOS target (#410) +- [#404] Configure GRPC KeepAlive according to docs (#409) # 0.15.0-beta ** IMPORTANT ** This version no longer supports iOS 12 We've made a decision to make iOS 13 the minimum deployment target