From fec2f5578de035fba6b6508ebdcb18036d03fc92 Mon Sep 17 00:00:00 2001 From: Geert Weening Date: Thu, 4 Sep 2014 10:14:45 -0700 Subject: [PATCH] [DOC] update release notes --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index cb770e0c..ae99c1a3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,8 @@ + Orderbook: Added tests ++ Orderbook: Update owner funds + + Transactions: If transaction errs with `tefALREADY`, wait until all possible submissions err with the same before emitting `error`. Fixes a client "Transaction malformed" bug. + Transactions: Track submissions, don't bother submitting to unconnected servers @@ -14,6 +16,9 @@ + Server: Acquire host information from server without additional request ++ Amount: Add a constant for the maximum canonical value that can be expressed as a Ripple value + + ##0.7.39 + 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.