Add missing entries to changelogs

This commit is contained in:
Jack Grigg 2022-05-19 11:42:02 +00:00
parent 04343e16f1
commit e85c631dd3
1 changed files with 3 additions and 0 deletions

View File

@ -754,6 +754,9 @@ and `zcash_encoding`.
now takes its `MemoBytes` argument as a required field rather than an
optional one. If the empty memo is desired, use
`MemoBytes::from(Memo::Empty)` explicitly.
- `zcash_primitives::zip32`:
- `ExtendedSpendingKey::default_address` no longer returns `Option<_>`.
- `ExtendedFullViewingKey::default_address` no longer returns `Option<_>`.
## [0.5.0] - 2021-03-26
### Added