set default fee to 200 uBTC
[electrum-nvc.git] / RELEASE-NOTES
index 87f8d95..9134ba5 100644 (file)
@@ -1,3 +1,18 @@
+
+# Release 1.7.2:  
+
+* Transactions that are 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 200 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.
+
+
 # Release 1.7
 
 * The Classic GUI can be extended with plugins. Developers who want to
@@ -35,13 +50,10 @@ For an example, see Gavin's tutorial: https://gist.github.com/gavinandresen/3966
   1. user creates an unsigned transaction using the online (watching-only) wallet.
   2. unsigned transaction is copied to the offline computer, and signed by the offline wallet.
   3. signed transaction is copied to the online computer, broadcasted by the online client.
+  4. All these steps can be done via the command line interface or the classic GUI. 
 
 * Many command line commands have been renamed in order to make the syntax consistent with bitcoind.
 
-
-
-  
-
 # Release 1.6.2
 
 == Classic GUI