Ex_Money v3.1.0 Release Notes

  • ๐Ÿš€ This is the changelog for Money v3.1.0 released on December 30th, 2018. For older changelogs please consult the release tag on GitHub

    ๐Ÿ› Bug Fixes

    • Fix typo in exchange_rates_retriever.ex. Thanks to @lostkobrakai. Closes #91.

    • โœ‚ Remove obsolete cldr compiler

    • Changes the sum aggregate function for money_with_currency to be STRICT which means it handles NULL columns in the same way as the standard SUM function. Thanks to @lostkobrakai. Closes #88.

    • ๐Ÿ›  Fixes documentation link errors

    • ๐Ÿ›  Fix unhandled terminate typo error in exchange rates server. Thanks to @xavier. Closes #90.