Skip to content

Commit

Permalink
Change currency for ZW to ZWG (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen authored Aug 24, 2024
1 parent cdca28d commit f901134
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
13 changes: 11 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.0.5" date="SNAPSHOT" description="v1.0.5">
<action dev="jodastephen" type="update">
Change currency for ZW from ZWL to ZWG. (ISO 4217 Amendment 177)
</action>
<action dev="jodastephen" type="update">
Return 'XXX' as the currency symbol for 'XXX' on Java 21.
The data in Java was altered to use ¤ but it is more consistent for Joda-Money to continue using 'XXX'.
</action>
</release>
<release version="1.0.4" date="2023-10-29" description="v1.0.4">
<action dev="jodastephen" type="add">
Add isGreaterThanOrEqual() and isLessThanOrEqual() to money classes.
Expand All @@ -20,7 +29,7 @@
</release>
<release version="1.0.3" date="2022-12-06" description="v1.0.3">
<action dev="janjaali" type="update">
Change currency HRK to EUR.
Change currency HRK to EUR. (ISO 4217 Amendment 174)
Note that the official switch from HRK to EUR occurs on 2023-01-01.
You may want to delay updating this dependency until then.
</action>
Expand All @@ -33,7 +42,7 @@
</release>
<release version="1.0.2" date="2022-08-14" description="v1.0.2">
<action dev="jodastephen" type="update">
Change currency SLL to SLE.
Change currency SLL to SLE. (ISO 4217 Amendment 171)
</action>
<action dev="jodastephen" type="add">
Add Tidelift commercial support and security policy.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/joda/money/CountryData.csv
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ YE,YER
YT,EUR
ZA,ZAR
ZM,ZMW
ZW,ZWL
ZW,ZWG

# Exceptional, only including EU
# AC,SHP
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/org/joda/money/CurrencyData.csv
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,5 @@ XXX,999,-1
YER,886,2
ZAR,710,2
ZMW,967,2
ZWL,932,2
ZWG,924,2
ZWL,932,2 # Old, now ZWG

0 comments on commit f901134

Please sign in to comment.