Document the removal of `zcash_primitives::zip339` in the CHANGELOG.

Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira-Emma Hopwood 2024-05-14 10:19:59 +01:00
parent bb6c3a6a1a
commit 6961819576
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ and this library adheres to Rust's notion of
## [Unreleased]
### Removed
- The `zcash_primitives::zip339` module, which reexported parts of the API of
the `bip0039` crate, has been removed. Use the `bip0039` crate directly
instead.
## [0.15.0] - 2024-03-25
### Added