diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb629f9..a0cdcf6e 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. + ## [3.38.1] - 2024-12-11 ### Added diff --git a/react/country/SLV.ts b/react/country/SLV.ts index 3dbd21b0..087d8a86 100644 --- a/react/country/SLV.ts +++ b/react/country/SLV.ts @@ -512,7 +512,7 @@ const rules: PostalCodeRules = { summary: [ [{ name: 'street' }], [{ name: 'complement' }], - [{ name: 'neighborhood' }, { delimiter: ' - ', name: 'state' }], + [{ name: 'neighborhood' }, { delimiter: ' - ', name: 'city' }, { delimiter: ' - ', name: 'state' }], ], }