Skip to content

Commit

Permalink
This reverts a previous incorrect change to the changelog.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nuttycom committed Oct 19, 2022
1 parent 4ed64e4 commit 9b8b9ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zcash_history/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 9b8b9ed

Please sign in to comment.