Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Oct 9, 2023
1 parent 7e7421a commit 31a012c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@

This is the changelog for Money v5.15.1 released on October 10th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)

**Note** `ex_money 5.13.0` is supported on Elixir 1.11 and later versions only. It also requires `ex_cldr_numbers 2.31` or later.
**Note** `ex_money` 5.13.0 and later is supported on Elixir 1.11 and later versions only. It also requires `ex_cldr_numbers 2.31` or later.

### Bug Fixes

Expand All @@ -14,8 +14,6 @@ This is the changelog for Money v5.15.1 released on October 10th, 2023. For old

This is the changelog for Money v5.15.0 released on July 24th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)

**Note** `ex_money 5.13.0` is supported on Elixir 1.11 and later versions only. It also requires `ex_cldr_numbers 2.31` or later.

### Enhancements

* Adds an option `:no_fraction_if_integer` to `Money.to_string/2`. If `truthy` this option will set `fractional_digits: 0` if `money` is an integer value. This may be helpful in cases where integer money amounts such as `Money.new(:USD, 1234)` should be formatted as `$1,234` rather than `$1,234.00`.
Expand All @@ -24,8 +22,6 @@ This is the changelog for Money v5.15.0 released on July 24th, 2023. For older

This is the changelog for Money v5.14.1 released on July 23rd, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)

**Note** `ex_money 5.13.0` is supported on Elixir 1.11 and later versions only. It also requires `ex_cldr_numbers 2.31` or later.

### Bug Fixes

* Fix `Looger.warn/1` warnings by moving to `Logger.warning/1`.
Expand All @@ -36,8 +32,6 @@ This is the changelog for Money v5.14.1 released on July 23rd, 2023. For older

This is the changelog for Money v5.14.0 released on April 29th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)

**Note** `ex_money 5.13.0` is supported on Elixir 1.11 and later versions only. It also requires `ex_cldr_numbers 2.31` or later.

### Enhancements

* Adds `Money.integer?/1` to return a boolean indicatng if a money amount is an integer value (ie has no significant fractional digits).
Expand All @@ -46,8 +40,6 @@ This is the changelog for Money v5.14.0 released on April 29th, 2023. For older

This is the changelog for Money v5.13.0 released on April 28th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)

**Note** `ex_money 5.13.0` is supported on Elixir 1.11 and later versions only. It also requires `ex_cldr_numbers 2.31` or later.

### Enhancements

* Updates to [ex_cldr version 2.37.0](https://hex.pm/packages/ex_cldr/2.37.0) which includes data from [CLDR release 43](https://cldr.unicode.org/index/downloads/cldr-43)
Expand Down

0 comments on commit 31a012c

Please sign in to comment.