Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change currency for ZW to ZWG #142

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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