From 2cc079a7c0b11d3db8fbe29daef8f5a27ba175c7 Mon Sep 17 00:00:00 2001 From: Marek Date: Fri, 7 Jun 2024 01:59:58 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf031ee39b..d4c03ebf3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org). - We realized that a longer than `zcashd` end of support could be problematic in some cases so we reverted back from 20 to 16 weeks ([#8530](https://github.com/ZcashFoundation/zebra/pull/8530)) +- The `zebrad` binary no longer supports starting the scanner of shielded + transactions. (#8594) This means `zebrad` no longer contains users' viewing keys, + which is a private key material. ## [Zebra 1.7.0](https://github.com/ZcashFoundation/zebra/releases/tag/v1.7.0) - 2024-05-07