Skip to content

Commit

Permalink
Rebase and improve CHANGELOG.md for zcash_primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
pacu committed Oct 24, 2024
1 parent d97d8a4 commit f706b33
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions zcash_primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this library adheres to Rust's notion of

### Changed
- MSRV is now 1.77.0.
- Refactored `AccountBalance` to use `Balance` for transparent funds (issue #1411).
`AccountBalance` now has an `unshielded_balance()` function that returns `Balance`.
This does not currently distinguish between pending change and non-change; the
pending value is all counted as non-change. Ability to distinguish such funds is
tracked by issue #1592

### Added
- `zcash_client_backend::AccountBalance::with_unshielded_balance_mut`

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

### Changed
- Migrated to `zcash_address 0.6`.
- Refactored `AccountBalance` to use `Balance` for transparent funds (issue #1411).
`AccountBalance` now has an `unshielded_balance()` that uses `Balance`. This does
not currently distinguish between pending change and non-change; the pending value
is all counted as non-change.

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

0 comments on commit f706b33

Please sign in to comment.