mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-28 01:28:20 +01:00
Compare commits
No commits in common. "546101bc92789e065972c2e58ce12078b1e4aea2" and "8c0a8fbcd1bac8d5337d9b1b83b1caba25c12e3d" have entirely different histories.
546101bc92
...
8c0a8fbcd1
@ -4,10 +4,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
|
||||||
### Updated
|
|
||||||
- `iso_3166-1.json` from iso-codes 4.13.0-SNAPSHOT, which [adds common names for Iran, Laos, and Syria](https://salsa.debian.org/iso-codes-team/iso-codes/-/merge_requests/32)
|
|
||||||
|
|
||||||
## [6.2] - 2023-02-20
|
## [6.2] - 2023-02-20
|
||||||
### Updated
|
### Updated
|
||||||
- `iso_3166-1.json` from iso-codes 4.12.0, which updates the name for TR to "Türkiye"
|
- `iso_3166-1.json` from iso-codes 4.12.0, which updates the name for TR to "Türkiye"
|
||||||
|
@ -16,6 +16,14 @@
|
|||||||
"name": "Congo, The Democratic Republic of the",
|
"name": "Congo, The Democratic Republic of the",
|
||||||
"numeric": "180"
|
"numeric": "180"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"alpha_2": "IR",
|
||||||
|
"alpha_3": "IRN",
|
||||||
|
"name": "Iran, Islamic Republic of",
|
||||||
|
"cgspace_name": "Iran",
|
||||||
|
"numeric": "364",
|
||||||
|
"official_name": "Islamic Republic of Iran"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"alpha_2": "KP",
|
"alpha_2": "KP",
|
||||||
"alpha_3": "PRK",
|
"alpha_3": "PRK",
|
||||||
@ -25,6 +33,13 @@
|
|||||||
"numeric": "408",
|
"numeric": "408",
|
||||||
"official_name": "Democratic People's Republic of Korea"
|
"official_name": "Democratic People's Republic of Korea"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"alpha_2": "LA",
|
||||||
|
"alpha_3": "LAO",
|
||||||
|
"name": "Lao People's Democratic Republic",
|
||||||
|
"cgspace_name": "Laos",
|
||||||
|
"numeric": "418"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"alpha_2": "FM",
|
"alpha_2": "FM",
|
||||||
"alpha_3": "FSM",
|
"alpha_3": "FSM",
|
||||||
@ -40,5 +55,12 @@
|
|||||||
"cgspace_name": "Russia",
|
"cgspace_name": "Russia",
|
||||||
"numeric": "643"
|
"numeric": "643"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"alpha_2": "SY",
|
||||||
|
"alpha_3": "SYR",
|
||||||
|
"name": "Syrian Arab Republic",
|
||||||
|
"cgspace_name": "Syria",
|
||||||
|
"numeric": "760"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -821,7 +821,6 @@
|
|||||||
{
|
{
|
||||||
"alpha_2": "IR",
|
"alpha_2": "IR",
|
||||||
"alpha_3": "IRN",
|
"alpha_3": "IRN",
|
||||||
"common_name": "Iran",
|
|
||||||
"flag": "🇮🇷",
|
"flag": "🇮🇷",
|
||||||
"name": "Iran, Islamic Republic of",
|
"name": "Iran, Islamic Republic of",
|
||||||
"numeric": "364",
|
"numeric": "364",
|
||||||
@ -954,7 +953,6 @@
|
|||||||
{
|
{
|
||||||
"alpha_2": "LA",
|
"alpha_2": "LA",
|
||||||
"alpha_3": "LAO",
|
"alpha_3": "LAO",
|
||||||
"common_name": "Laos",
|
|
||||||
"flag": "🇱🇦",
|
"flag": "🇱🇦",
|
||||||
"name": "Lao People's Democratic Republic",
|
"name": "Lao People's Democratic Republic",
|
||||||
"numeric": "418"
|
"numeric": "418"
|
||||||
@ -1655,7 +1653,6 @@
|
|||||||
{
|
{
|
||||||
"alpha_2": "SY",
|
"alpha_2": "SY",
|
||||||
"alpha_3": "SYR",
|
"alpha_3": "SYR",
|
||||||
"common_name": "Syria",
|
|
||||||
"flag": "🇸🇾",
|
"flag": "🇸🇾",
|
||||||
"name": "Syrian Arab Republic",
|
"name": "Syrian Arab Republic",
|
||||||
"numeric": "760"
|
"numeric": "760"
|
||||||
|
Loading…
Reference in New Issue
Block a user