Skip to content

Commit 37e096a

Browse files
committed
Add MLEB release notes 2023.01
Bug: https://phabricator.wikimedia.org/T326539
1 parent 3d68489 commit 37e096a

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Documentation can be found [here](https://language-data.readthedocs.io/en/latest
88

99
## Language updates
1010

11+
### 2023-01-24
12+
1. [Add ajp language](https://github.com/wikimedia/language-data/pull/266)
13+
2. [Add Kʋsaal and Dagaare languages](https://github.com/wikimedia/language-data/pull/265)
14+
3. [Add Nzema (nzi) and bèrom (bom) languages](https://github.com/wikimedia/language-data/pull/268)
15+
4. [Add Høgnorsk (nn-hognorsk)](https://github.com/wikimedia/language-data/pull/260)
16+
5. [Add Romansh variants](https://github.com/wikimedia/language-data/pull/262)
17+
6. [Add Monégasque (lij-mc)](https://github.com/wikimedia/language-data/pull/261)
18+
7. [Add Manado language (xmm)](https://github.com/wikimedia/language-data/pull/269)
19+
8. [Add Igala](https://github.com/wikimedia/language-data/pull/270)
20+
9. [Fix Hawaiian (haw) autonym](https://github.com/wikimedia/language-data/pull/258)
21+
10. [Add Arbëresh language (aae)](https://github.com/wikimedia/language-data/pull/272)
22+
1123
### 2022-10-27
1224
1. [Add Wolaytta](https://github.com/wikimedia/language-data/pull/245)
1325
2. [Add Kalanga (kck)](https://github.com/wikimedia/language-data/pull/244)
@@ -137,6 +149,10 @@ Language data related changes,
137149

138150
## PHP
139151

152+
### PHP 1.1.2 (2023-01-24)
153+
- See [language updates 2023-01-24](#2023-01-24)
154+
- [Drop support for PHP 7.2, and update dependencies](https://github.com/wikimedia/language-data/pull/275)
155+
140156
### PHP 1.1.1 (2022-10-27)
141157
- See [language updates 2022-10-27](#2022-10-27).
142158
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/256)
@@ -179,6 +195,10 @@ Language data related changes,
179195

180196
## Node.js
181197

198+
### Node.js 1.1.2 (2023-01-24)
199+
- See [language updates 2023-01-24](#2023-01-24)
200+
- [Drop support for Node.js 12 and update dependencies](https://github.com/wikimedia/language-data/pull/273)
201+
182202
### Node.js 1.1.1 (2022-10-27)
183203
- See [language updates 2022-10-27](#2022-10-27).
184204
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/255)

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.1",
3+
"version": "1.1.2",
44
"description": "Language data and utilities.",
55
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
66
"keywords": [

0 commit comments

Comments
 (0)