diff --git a/CHANGELOG.md b/CHANGELOG.md index 38faadef..81d92efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- El Salvador (SLV) address summary to reflect the new address structure. + ## [4.26.1] - 2024-12-11 ### Added diff --git a/react/country/SLV.js b/react/country/SLV.js index 3168291c..57098493 100644 --- a/react/country/SLV.js +++ b/react/country/SLV.js @@ -511,6 +511,6 @@ export default { summary: [ [{ name: 'street' }], [{ name: 'complement' }], - [{ name: 'neighborhood' }, { delimiter: ' - ', name: 'state' }], + [{ name: 'neighborhood' }, { delimiter: ' - ', name: 'city' }, { delimiter: ' - ', name: 'state' }], ], }