From 9b8b9ed1895e05662a1542e9bae430dc785f852c Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 19 Oct 2022 16:05:04 -0600 Subject: [PATCH] This reverts a previous incorrect change to the changelog. The MSRV bump was actually in `zcash_history` 0.3.0, even though the addition of that to the Cargo.toml file was post-0.3.0 release. --- zcash_history/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zcash_history/CHANGELOG.md b/zcash_history/CHANGELOG.md index 838d0bc2a..206e854a9 100644 --- a/zcash_history/CHANGELOG.md +++ b/zcash_history/CHANGELOG.md @@ -7,9 +7,6 @@ and this library adheres to Rust's notion of ## [Unreleased] -### Changed -- MSRV is now 1.56.1. - ## [0.3.0] - 2022-05-11 ### Added - Support for multiple history tree versions: @@ -19,6 +16,7 @@ and this library adheres to Rust's notion of - `zcash_history::Entry::new_leaf` ### Changed +- MSRV is now 1.56.1. - `zcash_history::{Entry, IndexedNode, Tree}` now have a `Version` parameter. ### Removed