You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
## Money v5.21.0
6
6
7
+
This is the changelog for Money v5.22.0 released on ______, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
8
+
9
+
### Enhancements
10
+
11
+
* Adds `Money.Subscription.Plan.to_string/2` to return a localized string representation of a subscription plan. The implementation is conditional on [ex_cldr_units](https://hex.pm/packages/ex_cldr_units) being configured as a dependency in `mix.exs` and `Cldr.Unit` being added as a provider in the CLDR backend module. Thanks to @peaceful-james for the suggestion. Closes #186.
12
+
13
+
## Money v5.21.0
14
+
7
15
This is the changelog for Money v5.21.0 released on March 30th, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
0 commit comments