From a6450f89783e5692e6b1f2670e50f1a796b59461 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 18 Nov 2016 22:25:43 +0900 Subject: [PATCH] Prepare release 0.6.1 --- RELEASE-NOTES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 214c459..444f9e4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,12 @@ +version 0.6.1 +------------- + +- main focus was better logging - more concise and informative, particularly + when caught up +- issues closed: #26, #27 +- default reorg limit is now taken from the coin, with a high default for + bitcoin testnet + version 0.6.0 -------------