zcash_primitives: Update changelog for Sapling refactor

This commit is contained in:
Jack Grigg 2021-03-27 16:49:34 +13:00
parent 8ac663f116
commit eefc516e26
1 changed files with 9 additions and 0 deletions

View File

@ -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