Merge pull request #683 from nuttycom/fix/zcash_history_changelog

This reverts a previous incorrect change to the changelog.
This commit is contained in:
ebfull 2022-10-19 16:10:52 -06:00 committed by GitHub
commit c34cacaae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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