From 419cf654b85ddf401a4238fe3c1939c240e0ed23 Mon Sep 17 00:00:00 2001 From: Eirik Ogilvie-Wigley Date: Fri, 30 Aug 2019 15:04:16 -0600 Subject: [PATCH] Notable changes for v2.0.7-2 --- doc/release-notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index a29094b51..28607e121 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -4,3 +4,21 @@ release-notes at release time) Notable changes =============== + +Pre-Blossom EOS Halt +-------------------- +v2.0.7-2 contains a shortened EOS halt so that is in alignment with v2.0.7. + + +Testnet Blossom Rewind +---------------------- +Testnet users needed to upgrade to 2.0.7 before Blossom activated. The amount +of notice given to these users was brief, so many were not able to upgrade in +time. These users may now be on the wrong branch. v2.0.7-2 adds an "intended +rewind" to prevent having to manually reindex when reconnecting to the correct +chain. + + +Insight Explorer Logging Fix +---------------------------- +Fixed an issue where `ERROR: spent index not enabled` would be logged unnecessarily.