From 373e69907f7721afba2f245e16c2f5638117b06c Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 19 Oct 2022 17:53:50 -0600 Subject: [PATCH] Improve reason for yanking of the 0.8.0 version of `zcash_primitives`. Co-authored-by: Daira Hopwood --- zcash_primitives/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zcash_primitives/CHANGELOG.md b/zcash_primitives/CHANGELOG.md index fb4d3a89b..62277cbd9 100644 --- a/zcash_primitives/CHANGELOG.md +++ b/zcash_primitives/CHANGELOG.md @@ -83,7 +83,8 @@ and this library adheres to Rust's notion of `zcash_primitives::transaction::components::transparent::TxOut::recipient_address` ## [0.8.0] - 2022-10-19 -This release was yanked. +This release was yanked because it depended on the wrong versions of `zcash_address` +and `zcash_encoding`. ## [0.7.0] - 2022-06-24 ### Changed