@@ -6,16 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 5.1.0] - 2024-11-30
910### Added
10- - add Serbian translation (#534 )
11+ - add Serbian translations (#534 )
12+ - add Turkish translations
13+ - add Arabic translations
14+ - add alt spellings found in ourworldindata.org Covid-19 data
15+ - add missing Chinese translations
16+ - add missing Japanese translations for Curaçao and Kosovo
1117### Changed
1218- add missing translations for Curaçao (Croatian) and Iran (Persian) (#496 )
1319- add missing Japanese translations for Curaçao and Kosovo (#498 )
1420- add missing Chinese translations (#498 )
15- - allow usage with Symfony 7.x (#516 )
16- - add PHP 8.3 version in CI checks (#516 )
17- - update ` actions/cache ` to v4 (#520 )
18- - drop support for PHP 8.1 (#520 )
21+ - renamed Kazakhstan capital from Nur-Sultan to Astana
22+ - change Turkey country name to Türkiye
23+ - build: allow usage with Symfony 7.x (#516 )
24+ - build: drop support for PHP 8.1 (#520 )
25+ - ci: add PHP 8.3 version in CI checks (#516 )
26+ - ci: update ` actions/cache ` to v4 (#520 )
27+ - ci: separate JSON linting from PHP tests
1928### Fixed
2029- fix column count in CSV export (#497 )
2130 - remove native names
@@ -25,6 +34,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2534 - handle false values as "0"
2635- fix error when running index.mjs
2736- fix duplicate idd suffixes for Canada (#544 )
37+ - fix German Name for Côte d'Ivoire
38+ - move composer's ext-gettext PHP module to require-dev key
39+ - rename Slovakia and South Africa common spa translations
40+ - remove duplicate idd suffixes for Canada.
41+ - improvements for encoding json file
42+ - fix Japanese translations
43+ - fix error when running index.mjs
44+ - remove empty lines from geo.json files
45+ - fix convert ` -i ` option in README.md (#505 )
46+ - fix column count in CSV export (#503 )
47+ - Update README.md (#499 )
48+ - keep object keys ordered
2849
2950## [ 5.0.0] - 2023-09-17
3051### Breaking changes
0 commit comments