Fix changelogs for `zcash_encoding` and `zcash_history`

This commit is contained in:
Kris Nuttycombe 2022-10-19 15:43:13 -06:00
parent ccb0444b6d
commit 42fd3c1091
2 changed files with 4 additions and 2 deletions

View File

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

View File

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