Skip to content

Commit 34771d0

Browse files
yukideluxesunny
andauthored
tweak changelog recommendation
Co-authored-by: Sunny Ripert <sunny@sunfox.org>
1 parent a43e502 commit 34771d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- **Breaking change**: Remove deprecated methods:
77
- `Money.infinite_precision`
88
- `Money.infinite_precision=`
9-
- **Breaking change**: Default currency is now `nil` instead of `USD`. If you want to keep the previous behavior, set `Money.default_currency = Money::Currency.find("USD")` in your initializer. Initializing a Money object will raise a `Currency::NoCurrency` if no currency is set.
9+
- **Breaking change**: Default currency is now `nil` instead of `USD`. If you want to keep the previous behavior, set `Money.default_currency = Money::Currency.new("USD")` in your initializer. Initializing a Money object will raise a `Currency::NoCurrency` if no currency is set.
1010
- **Potential breaking change**: Fix RSD (Serbian Dinar) formatting to be like `12.345,42 RSD`
1111
- **Potential breaking change**: Fix USDC decimals places from 2 to 6
1212
- **Potential breaking change**: Fix MGA (Malagasy Ariary) to be a zero-decimal currency (changing subunit_to_unit from 5 to 1)

0 commit comments

Comments
 (0)