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.
This commit is contained in:
Kris Nuttycombe 2022-10-19 16:05:04 -06:00
parent 4ed64e4820
commit 9b8b9ed189
1 changed files with 1 additions and 3 deletions

View File

@ -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