Merge pull request #107 from geertweening/update_history

[DOC] update changelog with currency changes
This commit is contained in:
wltsmrz
2014-06-23 13:23:04 -07:00

View File

@@ -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