From 9807e325d7e89392dbb663ce6d067d2eea8dcb80 Mon Sep 17 00:00:00 2001 From: Hazel OHearn Date: Thu, 8 Dec 2022 11:00:50 -0400 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5891da00..261ea5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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