2021-02-04 07:13:22 -08:00
|
|
|
# Changelog
|
2021-02-04 07:16:32 -08:00
|
|
|
All notable changes to this library will be documented in this file.
|
2021-02-04 07:13:22 -08:00
|
|
|
|
|
|
|
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
|
2021-02-04 07:13:22 -08:00
|
|
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2021-06-10 17:11:30 -07:00
|
|
|
### Added
|
|
|
|
- Support for multiple history tree versions:
|
|
|
|
- `zcash_history::Version` trait.
|
|
|
|
- `zcash_history::V1`, marking the original history tree version.
|
2021-06-10 17:57:28 -07:00
|
|
|
- `zcash_history::V2`, marking the history tree version from NU5.
|
2021-06-10 17:11:30 -07:00
|
|
|
- `zcash_history::Entry::new_leaf`
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- `zcash_history::{Entry, IndexedNode, Tree}` now have a `Version` parameter.
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
- `impl From<NodeData> for Entry` (replaced by `Entry::new_leaf`).
|
2021-02-04 07:13:22 -08:00
|
|
|
|
|
|
|
## [0.2.0] - 2020-03-13
|
|
|
|
No changes, just a version bump.
|
|
|
|
|
|
|
|
## [0.0.1] - 2020-03-04
|
|
|
|
Initial release.
|