From 20bf75b4baab18eac3d69d58a658828a31858deb Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Wed, 24 Jun 2020 18:23:13 +0200 Subject: [PATCH] CHANGELOG: note to upgrade when 0.14.0 is out. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0461be12..7a29ebd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ **Important information:** the pruning functionality introduced with IAVL 0.13.0 via the options `KeepEvery` and `KeepRecent` has multiple problems with data corruption, performance, and memory usage. For these reasons, this functionality has now been removed. All 0.13 users are -urged to upgrade, and to not change their pruning settings while on 0.13. +urged to upgrade once the final 0.14.0 release is out, and to not change their pruning settings +while on 0.13. If you are using 0.13 with a `KeepEvery` value other than `1` (the default), then when upgrading to 0.14 (or newer) it is important to follow these instructions: