Skip to content

Commit

Permalink
Merge pull request #408 from daira/fix-changelog-entries
Browse files Browse the repository at this point in the history
Move some changelog entries from 0.3.0 to 0.4.0
  • Loading branch information
str4d authored Dec 20, 2023
2 parents c375696 + a5948cd commit a0f1aca
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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`.
Expand Down

0 comments on commit a0f1aca

Please sign in to comment.