From 47094f84d75e37bf4cc231723c89403572561e23 Mon Sep 17 00:00:00 2001 From: Geert Weening Date: Mon, 23 Jun 2014 12:01:13 -0700 Subject: [PATCH] [DOC] update changelog with currency changes --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index d423d7fb..1465d357 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -21,6 +21,9 @@ parseBinary: false } ``` ++ Added full currency name support, e.g. `Currency.from_json('XRP').to_human({full_name:'Ripples'})` will return `XRP - Ripples` + ++ Improved interest bearing currency support, e.g. `Currency.from_human('USD - US Dollar (2.5%pa)')` + Improve test coverage