Skip to content

Commit 3cbf4ff

Browse files
committed
Update changelog for 2026-03-27 release
Bump npm version to 2.0.0 Packagist version is set to 1.1.10 Bug: https://phabricator.wikimedia.org/T421466
1 parent c865511 commit 3cbf4ff

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ Documentation can be found [here](https://language-data.readthedocs.io/en/latest
77
- [Node.js library updates](#nodejs)
88

99
## Language updates
10+
### 2026-03-27
11+
1. [Update language autonym of nan/nan-*](https://github.com/wikimedia/language-data/pull/442)
12+
2. [Add Kavalan to language-data](https://github.com/wikimedia/language-data/pull/446)
13+
3. [Add Hyam (jab) to language-data](https://github.com/wikimedia/language-data/pull/447)
14+
4. [Add Tsou to language-data](https://github.com/wikimedia/language-data/pull/448)
15+
5. [Add Saaroa (sxr) to language-data](https://github.com/wikimedia/language-data/pull/453)
16+
6. [Add Shughni (sgh) to language-data](https://github.com/wikimedia/language-data/pull/455)
17+
7. [Add Kanakanavu to language data](https://github.com/wikimedia/language-data/pull/462)
18+
8. [Add Yami to language data](https://github.com/wikimedia/language-data/pull/463)
19+
9. [Add Tiv](https://github.com/wikimedia/language-data/pull/475)
20+
10. [Add Jambi to language data](https://github.com/wikimedia/language-data/pull/476)
21+
11. [Updating territory-language information from upstream automatically](https://github.com/wikimedia/language-data/pull/477)
22+
12. [Add Saho (ssy) to language data](https://github.com/wikimedia/language-data/pull/479)
23+
13. [Add Western Pwo (pwo) to language-data](https://github.com/wikimedia/language-data/pull/480)
24+
14. [Add Wapan (juk) to language-data](https://github.com/wikimedia/language-data/pull/482)
1025

1126
### 2025-07-31
1227
1. [Add Northern Tujia (tji)](https://github.com/wikimedia/language-data/pull/368)
@@ -283,6 +298,12 @@ Language data related changes,
283298

284299
## PHP
285300

301+
### PHP 1.1.10 (2026-03-27)
302+
- See [language updates 2026-03-27](#2026-03-27)
303+
- [Improved developer experience by adding various automated tests and linting tools](https://github.com/wikimedia/language-data/pull/487)
304+
- [docs: Add readthedocs configuration file, update dependencies](https://github.com/wikimedia/language-data/pull/472)
305+
- [Fix a few minor security issues with dev dependencies](https://github.com/wikimedia/language-data/pull/486)
306+
286307
### PHP 1.1.9 (2025-07-31)
287308
- See [language updates 2025-07-31](#2025-07-31)
288309
- [Bump minimum PHP version to 8.0](https://github.com/wikimedia/language-data/pull/444)
@@ -360,6 +381,14 @@ Language data related changes,
360381

361382
## Node.js
362383

384+
### Node.js 2.0.0 (2026-03-27)
385+
- See [language updates 2026-03-27](#2026-03-27)
386+
- [Bump minimum Node.js version to 20.0.0](https://github.com/wikimedia/language-data/pull/488)
387+
- [Fix broken documentation system](https://github.com/wikimedia/language-data/pull/472)
388+
- [Update JavaScript library to use modern syntax](https://github.com/wikimedia/language-data/pull/449)
389+
- [Use localeCompare instead of simple unicode point comparison](https://github.com/wikimedia/language-data/pull/454)
390+
- [Run npm audit fix to address security issues with dev dependencies](https://github.com/wikimedia/language-data/pull/485)
391+
363392
### Node.js 1.1.9 (2025-07-31)
364393
- See [language updates 2025-07-31](#2025-07-31)
365394
- [Bump minimum Node.js version to 16.0.0](https://github.com/wikimedia/language-data/pull/443)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wikimedia/language-data",
3-
"version": "1.1.9",
3+
"version": "2.0.0",
44
"description": "Language data and utilities.",
55
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
66
"keywords": [

0 commit comments

Comments
 (0)