diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7886905f..ef66a0cb8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Updated the Turkmen Manat symbol and HTML entity and added disambiguation symbol for TMM - Expose Money::VERSION - Fix typo in ILS currency +- Add Zimbabwe Gold (ZWG) currency - Update thousands_separator for CHF - Add Caribbean Guilder (XCG) as replacement for Netherlands Antillean Gulden (ANG) - Add `Currency#cents_based?` to check if currency is cents-based diff --git a/config/currency_iso.json b/config/currency_iso.json index cfafcb71be..10af40747a 100644 --- a/config/currency_iso.json +++ b/config/currency_iso.json @@ -2731,5 +2731,20 @@ "thousands_separator": ",", "iso_numeric": "967", "smallest_denomination": 5 + }, + "zwg": { + "priority": 100, + "iso_code": "ZWG", + "name": "Zimbabwe Gold", + "symbol": "ZiG", + "alternate_symbols": [], + "subunit": "cent", + "subunit_to_unit": 100, + "symbol_first": false, + "html_entity": "", + "decimal_mark": ".", + "thousands_separator": ",", + "iso_numeric": "924", + "smallest_denomination": 1 } }