From 16b66e10a558f23073d638bd67da48d13695d676 Mon Sep 17 00:00:00 2001 From: Malcolm MacLeod Date: Wed, 3 Apr 2019 05:41:16 +0200 Subject: [PATCH] MISC: Update changelog for backport of fix from unity build. --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 953c557cf0..d8c1eaab93 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ MISC - Minor maintainence release, update checkpoints and other minor changes CORE - Introduce some code to automatically detect and clear the failed verification status of blocks in certain situations where it is safe to do so. This will make it easier for users who fail to update before a fork to update after the fork without having to issue any manual commands. CORE - Add some additional logging of error conditions to the witness loop. +CORE - Fix a potential race condition in networking code, that may have been the cause of very rare intermittent network related crashes. Detected on android as part of "unity" project. UI - Fix a display issue with "local currency" mouseover tooltips. UI - Fix a small dispaly update issue when switching between witness and normal accounts in some instances.