diff --git a/HISTORY.md b/HISTORY.md index dd256c5d..59ccb1c0 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