Update Changelog.

This commit is contained in:
therealyingtong 2022-01-05 22:14:08 +08:00
parent d4d167c216
commit 1b4dfe4f81
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- pass in an additional `rng: impl RngCore` argument to `builder::InProgress::create_proof`, `builder::Bundle::create_proof`, `circuit::Proof::create`.
### Removed
- `orchard::value::ValueSum::from_raw`