File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this library adheres to Rust's notion of
9
9
10
10
### Changed
11
11
- MSRV is now 1.77.0.
12
+ - Refactored ` AccountBalance ` to use ` Balance ` for transparent funds (issue #1411 ).
13
+ ` AccountBalance ` now has an ` unshielded_balance() ` function that returns ` Balance ` .
14
+ This does not currently distinguish between pending change and non-change; the
15
+ pending value is all counted as non-change. Ability to distinguish such funds is
16
+ tracked by issue #1592
17
+
12
18
### Added
13
19
- ` zcash_client_backend::AccountBalance::with_unshielded_balance_mut `
14
20
@@ -28,10 +34,6 @@ and this library adheres to Rust's notion of
28
34
29
35
### Changed
30
36
- Migrated to ` zcash_address 0.6 ` .
31
- - Refactored ` AccountBalance ` to use ` Balance ` for transparent funds (issue #1411 ).
32
- ` AccountBalance ` now has an ` unshielded_balance() ` that uses ` Balance ` . This does
33
- not currently distinguish between pending change and non-change; the pending value
34
- is all counted as non-change.
35
37
36
38
### Fixed
37
39
- The previous release did not bump ` zcash_address ` and ended up depending on
You can’t perform that action at this time.
0 commit comments