24 lines
739 B
Markdown
24 lines
739 B
Markdown
# Changelog
|
|
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/),
|
|
and this library adheres to Rust's notion of
|
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Fixed
|
|
- `zcash_transparent::keys::AccountPubKey::derive_pubkey_at_bip32_path` now
|
|
returns the correct result for valid paths instead of an error or panic.
|
|
|
|
### Added
|
|
- `zcash_transparent::pczt::Bip32Derivation::extract_bip_44_fields`
|
|
|
|
## [0.1.0] - 2024-12-16
|
|
|
|
The entries below are relative to the `zcash_primitives` crate as of the tag
|
|
`zcash_primitives-0.20.0`.
|
|
|
|
### Added
|
|
- `zcash_transparent::keys::AccountPubKey::derive_pubkey_at_bip32_path`
|