949 B
949 B
Changelog
All notable changes to this library will be documented in this file.
The format is based on Keep a Changelog, and this library adheres to Rust's notion of Semantic Versioning.
[Unreleased]
Changed
- MSRV is now 1.65.0.
- Bumped dependencies to
primitive-types 0.12
.
[0.3.0] - 2022-05-11
Added
- Support for multiple history tree versions:
zcash_history::Version
trait.zcash_history::V1
, marking the original history tree version.zcash_history::V2
, marking the history tree version from NU5.
zcash_history::Entry::new_leaf
Changed
- MSRV is now 1.56.1.
zcash_history::{Entry, IndexedNode, Tree}
now have aVersion
parameter.
Removed
impl From<NodeData> for Entry
(replaced byEntry::new_leaf
).
[0.2.0] - 2020-03-13
No changes, just a version bump.
[0.0.1] - 2020-03-04
Initial release.