Change record status: 
Project: 
Introduced in branch: 
7.x-1.x
Introduced in version: 
7.x-1.14
Description: 

The currency list has been completely rebuilt using CLDR as the data source.
This is a backport from 8.x-2.x, which also uses CLDR as the source for the currency list and formatting rules.

The formatting rules for almost every currency have been updated.

The following 8 currencies have been updated to have numeric codes:
- AZN, CUC, GHS, MZN, RON, RSD, SRD, VEF

The following 18 currencies have been added:
- ALL, AMD, BYN, KHR, GEL, IQD, MGA, MWK, MVR, KPW,
- OMR, RWF, SVC, SSP, SDG, TJS, TMT, UZS, ZMW, ZWL

The following 10 currencies have been removed:
- ARM (unused since 1970)
- BYR (replaced in 2016)
- EEK (unused since 2011)
- LTL (unused since 2015)
- LVL (unused since 2014)
- MTP (unused since 2008)
- RHD (unused since 1980)
- SDD (unused since 2007)
- SRG (unused since 2004)
- ZMK (unused since 2013)
(People can implement the currency alter hook if they need to add them back for any reason)

Notes:
- BYR was replaced by BYN in July 2016. See https://www.drupal.org/project/commerce_currency_byn
- ZMK was replaced by ZMW on Dec 31st 2012
- SDD was replaced by SDG on Jan 1st 2007

Impacts: 
Site builders, administrators, editors
Module developers