From d49ebd3321e4d95f3dea380c4e7d8afe34707c58 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Thu, 24 Oct 2024 19:17:36 -0300 Subject: [PATCH] PR suggestions --- zcash_primitives/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash_primitives/CHANGELOG.md b/zcash_primitives/CHANGELOG.md index 283d1418f..6e46725e4 100644 --- a/zcash_primitives/CHANGELOG.md +++ b/zcash_primitives/CHANGELOG.md @@ -20,6 +20,7 @@ and this library adheres to Rust's notion of Note that the appropriate method(s) depend on whether the funds are spendable, pending change, or pending non-change (previously, only the total unshielded value was tracked). + ## [0.19.0] - 2024-10-02 ### Changed @@ -28,7 +29,6 @@ and this library adheres to Rust's notion of `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