Deprecations
Money.default_backend/0
is soft deprecated in favor ofMoney.default_backend!/0
whose naming better expresses the side effect of an exception being raised if no default backend is configured.
Bug Fixes
- Surface an error exception if, when starting the exchange rates service, no
Money.default_backend!/0
is configured.