Fix changelog

This commit is contained in:
Hazel OHearn 2022-12-08 11:00:50 -04:00
parent bf9ff1dae6
commit 9807e325d7
No known key found for this signature in database
GPG Key ID: 0629F34EB3808CF6
1 changed files with 10 additions and 7 deletions

View File

@ -6,6 +6,16 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- `orchard::builder`:
- `SpendError`
- `OutputsDisabled`
### Changed
- `orchard::builder::Builder::{add_spend, add_output}` now use
concrete error types instead of `&'static str`s.
- `orchard::builder::Error` is now `BuildError` to differentiate from
new error types
## [0.3.0] - 2022-10-19
### Added
@ -26,16 +36,9 @@ and this project adheres to Rust's notion of
- impls of `Eq` for:
- `orchard::zip32::ChildIndex`
- `orchard::value::ValueSum`
- `orchard::builder`:
- `SpendError`
- `OutputsDisabled`
### Changed
- Migrated to `zcash_note_encryption 0.2`.
- `orchard::builder::Builder::{add_spend, add_output}` now use
concrete error types instead of `&'static str`s.
- `orchard::builder::Error` is now `BuildError` to differentiate from
new error types
## [0.2.0] - 2022-06-24
### Added