Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f706b33

Browse files
committedOct 24, 2024··
Rebase and improve CHANGELOG.md for zcash_primitives
1 parent d97d8a4 commit f706b33

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎zcash_primitives/CHANGELOG.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this library adheres to Rust's notion of
99

1010
### Changed
1111
- 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+
1218
### Added
1319
- `zcash_client_backend::AccountBalance::with_unshielded_balance_mut`
1420

@@ -28,10 +34,6 @@ and this library adheres to Rust's notion of
2834

2935
### Changed
3036
- 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.
3537

3638
### Fixed
3739
- The previous release did not bump `zcash_address` and ended up depending on

0 commit comments

Comments
 (0)
Please sign in to comment.