Skip to content

Commit 31a012c

Browse files
committed
Changelog update
1 parent 7e7421a commit 31a012c

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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)
66

7-
**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.
7+
**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.
88

99
### Bug Fixes
1010

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

1515
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)
1616

17-
**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.
18-
1917
### Enhancements
2018

2119
* 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`.
@@ -24,8 +22,6 @@ This is the changelog for Money v5.15.0 released on July 24th, 2023. For older
2422

2523
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)
2624

27-
**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.
28-
2925
### Bug Fixes
3026

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

3733
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)
3834

39-
**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.
40-
4135
### Enhancements
4236

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

4741
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)
4842

49-
**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.
50-
5143
### Enhancements
5244

5345
* 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)

0 commit comments

Comments
 (0)