From bd8b1ae8c26d0c5188466839f16470a99edbc549 Mon Sep 17 00:00:00 2001 From: Pavel Kalinnikov Date: Fri, 8 Apr 2022 09:15:24 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c9ccfa97..821e315365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## HEAD +### Storage + +* #2568: Ephemeral nodes of the Merkle tree are no longer written to storage. + This is backwards compatible with versions >= v1.4.0. The leftover ephemeral + nodes may continue being stored, but since they are not used by reads, the API + remains operating correctly. + ## v1.4.1 * `countFromInformationSchema` function to add support for MySQL 8.