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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## Money v5.24.0
6
6
7
-
This is the changelog for Money v5.23.1 released on January 17th, 2026. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
7
+
This is the changelog for Money v5.24.0 released on January 18th, 2026. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
8
8
9
9
### Bug Fixes
10
10
@@ -14,7 +14,9 @@ This is the changelog for Money v5.23.1 released on January 17th, 2026. For old
14
14
15
15
### Enhancements
16
16
17
-
* Add support for custom currency codes.
17
+
* Add `Money.spread/3` to proptionally allocate (that is, spread) am money amount amongst a list of amounts or integers. Thanks to @jdewar for the PR and great patience. Closes #175.
18
+
19
+
* Add support for custom currency codes. A custom currency code is created with `Cldr.Currency.new/2` and is distinguised from an ISO4217 code by being at least 4 characters long (ISO4217 codes are always 3 characters long). The first character must be a Latin alphabetic character. The additional characters must be Latin alphanumeric characters.
0 commit comments