librustzcash/zcash_history/CHANGELOG.md

33 lines
949 B
Markdown
Raw Normal View History

# Changelog
2021-02-04 07:16:32 -08:00
All notable changes to this library will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2021-02-04 07:16:32 -08:00
and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- MSRV is now 1.65.0.
- Bumped dependencies to `primitive-types 0.12`.
2022-05-10 16:32:20 -07:00
## [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 a `Version` parameter.
### Removed
- `impl From<NodeData> for Entry` (replaced by `Entry::new_leaf`).
## [0.2.0] - 2020-03-13
No changes, just a version bump.
## [0.0.1] - 2020-03-04
Initial release.