From 4d6251be3722daf0b158aba2a4ea476fcf876eca Mon Sep 17 00:00:00 2001 From: Geert Weening Date: Mon, 28 Jul 2014 16:58:17 -0700 Subject: [PATCH] [DOC] update history --- HISTORY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 59ccb1c0..c7ca96eb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,20 @@ +##0.7.38 + ++ Improvements to multi-server support. Fixed an issue where a server's score was not reset and connections would keep dropping after being connected for a significant amount of time. + ++ Improvements in order book support. Added support for currency pairs with interest bearing currencies. You can request an order book with hex, ISO code or full name for the currency. + ++ Fix value parsing for amount/currency order pairs, e.g. `Amount.from_human("XAU 12345.6789")` + ++ Improved Amount parsing from human readable string given a hex currency, e.g. `Amount.from_human("10 015841551A748AD2C1F76FF6ECB0CCCD00000000")` + ++ Improvements to username normalization in the vault client + ++ Add 2-factor authentication support for vault client + ++ Removed vestiges of Grunt, switched to Gulp + + ##0.7.37 + **Deprecations**