Update changelog for version 1.7

This commit is contained in:
Carter Jernigan 2022-07-07 09:58:26 -04:00 committed by Carter Jernigan
parent 5ee0d519f0
commit a6c223aaa5
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
Change Log
==========
Upcoming
Version 1.7.0-beta01
------------------------------------
- Added `Zatoshi` typesafe object to represent amounts instead.
- Added `Zatoshi` typesafe object to represent amounts.
- Kotlin 1.7.0
Version 1.6.0-beta01

View File

@ -1,7 +1,7 @@
Troubleshooting Migrations
==========
Upcoming Migration to Version 1.7 from 1.6
Migration to Version 1.7 from 1.6
--------------------------------------
Various APIs used `Long` value to represent Zatoshi currency amounts. Those APIs now use a typesafe `Zatoshi` class. When passing amounts, simply wrap Long values with the Zatoshi constructor `Zatoshi(Long)`. When receiving values, simply unwrap Long values with `Zatoshi.value`.
@ -13,7 +13,7 @@ Various APIs used `Long` value to represent Zatoshi currency amounts. Those API
`ZcashSdk.MINERS_FEE_ZATOSHI` has been renamed to `ZcashSdk.MINERS_FEE` and the type has changed from `Long` to `Zatoshi`.
Upcoming Migrating to Version 1.4.* from 1.3.*
Migrating to Version 1.4.* from 1.3.*
--------------------------------------
The main entrypoint to the SDK has changed.