[#1080] SDK Release 1.18.0-beta01

This commit is contained in:
Honza Rychnovský 2023-06-12 16:03:39 +02:00 committed by GitHub
parent e1665d7aa6
commit 2ff884b38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
# Change Log # Change Log
## Unreleased ## 1.18.0-beta01
- Synchronizer's functions `getUnifiedAddress`, `getSaplingAddress`, `getTransparentAddress`, and `refreshUtxos` now - Synchronizer's functions `getUnifiedAddress`, `getSaplingAddress`, `getTransparentAddress`, and `refreshUtxos` now
do not provide `Account.DEFAULT` value for the account argument. As accounts are not fully supported by the SDK do not provide `Account.DEFAULT` value for the account argument. As accounts are not fully supported by the SDK
yet, the caller should explicitly set Account.DEFAULT as the account argument to keep the same behavior. yet, the caller should explicitly set Account.DEFAULT as the account argument to keep the same behavior.
- Gradle 8.1.1
- AGP 8.0.2
## 1.17.0-beta01 ## 1.17.0-beta01
- Transparent fund balances are now displayed almost immediately - Transparent fund balances are now displayed almost immediately