Skip to content

Commit

Permalink
Fix changelogs for zcash_encoding and zcash_history
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Oct 19, 2022
1 parent ccb0444 commit 42fd3c1
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 42fd3c1

Please sign in to comment.