Money version 5.1.0
Enhancements
-
Extract default currency from locale when calling
Money.parse/2on a money string. The updated docs now say::default_currencyis any valid currency code orfalse
that will used if no currency code, symbol or description is
indentified in the parsed string. The default isnil
which means that the default currency associated with
the:localeoption will be used. Iffalsethen the
currency assocated with the:localeoption will not be
used and an error will be returned if there is no currency
in the string being parsed.
-
Add certificate verification for exchange rate retrieval