Merge pull request #408 from daira/fix-changelog-entries

Move some changelog entries from 0.3.0 to 0.4.0
This commit is contained in:
str4d 2023-12-20 00:57:34 +00:00 committed by GitHub
commit a0f1acadb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -57,6 +57,15 @@ and this project adheres to Rust's notion of
- `Builder::{spends, outputs}`
- `SpendError`
- `OutputError`
- `orchard::keys`:
- `PreparedEphemeralPublicKey`
- `PreparedIncomingViewingKey`
- impls of `memuse::DynamicUsage` for:
- `orchard::note::Nullifier`
- `orchard::note_encryption::OrchardDomain`
- impls of `Eq` for:
- `orchard::zip32::ChildIndex`
- `orchard::value::ValueSum`
### Changed
- MSRV is now 1.60.0.
@ -77,20 +86,11 @@ and this project adheres to Rust's notion of
### Added
- `orchard::Proof::add_to_batch`
- `orchard::address::Address::diversifier`
- `orchard::keys:`:
- `Diversifier::from_bytes`
- `PreparedEphemeralPublicKey`
- `PreparedIncomingViewingKey`
- `orchard::keys::Diversifier::from_bytes`
- `orchard::note`:
- `RandomSeed`
- `Note::{from_parts, rseed}`
- `impl memuse::DynamicUsage for Nullifier`
- `orchard::note_encryption`:
- `impl memuse::DynamicUsage for OrchardDomain`
- `orchard::circuit::Circuit::from_action_context`
- impls of `Eq` for:
- `orchard::zip32::ChildIndex`
- `orchard::value::ValueSum`
### Changed
- Migrated to `zcash_note_encryption 0.2`.