# 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] ## [0.1.2] - 2024-10-01 ### Added - `zcash_spec::PrfExpand::ARBITRARY_ZIP32_CHILD` ## [0.1.1] - 2024-09-20 ### Fixed - The `std` default feature of `blake2b_simd` is now disabled, to enable no-std usage. ## [0.1.0] - 2023-12-07 Initial release.