@@ -6,16 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 5.1.0] - 2024-11-30
9
10
### 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
11
17
### Changed
12
18
- add missing translations for Curaçao (Croatian) and Iran (Persian) (#496 )
13
19
- add missing Japanese translations for Curaçao and Kosovo (#498 )
14
20
- 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
19
28
### Fixed
20
29
- fix column count in CSV export (#497 )
21
30
- remove native names
@@ -25,6 +34,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
34
- handle false values as "0"
26
35
- fix error when running index.mjs
27
36
- 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
28
49
29
50
## [ 5.0.0] - 2023-09-17
30
51
### Breaking changes
0 commit comments