diff --git a/CHANGELOG.md b/CHANGELOG.md index fa25dd0921..f279f317ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - **Potential breaking change**: Fix USDC decimals places from 2 to 6 - Fix typo in ILS currency +- Add Caribbean Guilder (XCG) as replacement for Netherlands Antillean Gulden (ANG) ## 6.19.0 diff --git a/config/currency_iso.json b/config/currency_iso.json index 0b0e9584ca..d038ea7887 100644 --- a/config/currency_iso.json +++ b/config/currency_iso.json @@ -2557,6 +2557,21 @@ "iso_numeric": "951", "smallest_denomination": 1 }, + "xcg": { + "priority": 100, + "iso_code": "XCG", + "name": "Caribbean Guilder", + "symbol": "Cg", + "alternate_symbols": [], + "subunit": "Cent", + "subunit_to_unit": 100, + "symbol_first": true, + "html_entity": "", + "decimal_mark": ",", + "thousands_separator": ".", + "iso_numeric": "532", + "smallest_denomination": 1 + }, "xdr": { "priority": 100, "iso_code": "XDR",