From 9d94e9d6e88fa6c5bb960dc618b13ebae77781ca Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Fri, 22 Apr 2022 09:57:23 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: ebfull --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82152098..9c499385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ and this project adheres to Rust's notion of This allows computation of the authentication path as of previous tree states, in addition to the previous behavior which only allowed computation of the path as of the most recent tree state. The provided `as_of_root` value must be equal to either the - current root of the tree, or to the root of the tree at a previous checkpoint. + current root of the tree, or to the root of the tree at a previous checkpoint that + contained a note at the given position. ### Removed