zcash_primitives: Update changelog for Sapling refactor
This commit is contained in:
parent
8ac663f116
commit
eefc516e26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue