Skip to content

Commit

Permalink
Merge pull request #682 from nuttycom/fix/zcash_encoding_changelog
Browse files Browse the repository at this point in the history
Fix changelog for `zcash_encoding`
  • Loading branch information
nuttycom authored Oct 19, 2022
2 parents ccb0444 + 42fd3c1 commit 4ed64e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/zcash_encoding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this library adheres to Rust's notion of
## [Unreleased]

### Changed
- MSRV is now 1.52
- MSRV is now 1.56.1

## [0.1.0] - 2022-05-11
Initial release.
4 changes: 3 additions & 1 deletion zcash_history/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ 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 @@ -16,7 +19,6 @@ 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 4ed64e4

Please sign in to comment.