diff --git a/zcash_primitives/CHANGELOG.md b/zcash_primitives/CHANGELOG.md index 7c28407f8..713f73a22 100644 --- a/zcash_primitives/CHANGELOG.md +++ b/zcash_primitives/CHANGELOG.md @@ -8,6 +8,15 @@ and this library adheres to Rust's notion of ## [Unreleased] ### Changed - MSRV is now 1.51.0. +- The following modules and helpers have been moved into + `zcash_primitives::sapling`: + - `zcash_primitives::group_hash` + - `zcash_primitives::keys` + - `zcash_primitives::pedersen_hash` + - `zcash_primitives::primitives::*` (moved into `zcash_primitives::sapling`) + - `zcash_primitives::prover` + - `zcash_primitives::redjubjub` + - `zcash_primitives::util::{hash_to_scalar, generate_random_rseed}` ## [0.5.0] - 2021-03-26 ### Added