From 70e82e99eaf93e4cd26b62ff8ac2b80a080ad28c Mon Sep 17 00:00:00 2001 From: ecdsa Date: Sun, 24 Mar 2013 10:08:39 +0100 Subject: [PATCH] release notes for 1.7.2 --- RELEASE-NOTES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 86db7b1b..caba1f92 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,15 @@ + +# Release 1.7.2: + +* Transactions that belong in the same block are displayed in chronological order in the history. +* The client computes transaction priority and rejects zero-fee transactions that need a fee. +* The default fee was lowered to 100 uBTC per kb. +* Due to an internal format change, your history may be pruned when + you open your wallet for the first time after upgrading to 1.7.2. If + this is the case, please visit a full server to restore your full + history. You will only need to do that once. + + # Release 1.7.1: bugfixes.