Skip to content

Commit 762dd9c

Browse files
AbijeetNikerabbit
authored andcommitted
Add Changelog for 2020-07 release
Also update npm package version to 0.2.1 Few tweaks to the CHANGELOG introduction section
1 parent da729f4 commit 762dd9c

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog
22

3-
Documentation can be found [here](https://language-data.readthedocs.io/en/latest/). Changelog is divided into the following,
3+
Documentation can be found [here](https://language-data.readthedocs.io/en/latest/). Changelog is divided into the following sections,
44

55
- [Language updates](#language-updates)
6-
- [PHP](#php)
7-
- [Node.js](#nodejs)
6+
- [PHP library updates](#php)
7+
- [Node.js library updates](#nodejs)
88

99
## Language updates
10+
### 2020-07-23
11+
Language data related changes,
12+
1. [Change Madurese autonym to capital](https://github.com/wikimedia/language-data/pull/106)
13+
2. [Add Nuxalk language](https://github.com/wikimedia/language-data/pull/108)
14+
3. [Add Altay languages](https://github.com/wikimedia/language-data/pull/107)
15+
4. [Add Obolo (ann) and Mara (mrh)](https://github.com/wikimedia/language-data/pull/109)
16+
5. [Add Baoule (bci)](https://github.com/wikimedia/language-data/pull/110)
17+
1018
### 2020-05-26
1119
Language data related changes,
1220
1. [Add shy-latn and szy](https://github.com/wikimedia/language-data/pull/76)
@@ -21,12 +29,20 @@ Language data related changes,
2129
10. [Add Madurese (mad)](https://github.com/wikimedia/language-data/pull/#104)
2230

2331
## PHP
32+
### PHP 1.0.1 (2020-07-23)
33+
- See [language updates 2020-07-23](#2020-07-23).
34+
- No other changes
35+
2436
### PHP 1.0.0 (2020-05-26)
2537
- See [language updates 2020-05-20](#2020-05-20).
2638
- Add PHP support. [Documentation](https://language-data.readthedocs.io/en/latest/api/languagedata/languageutil.html). [Packagist](https://packagist.org/packages/wikimedia/language-data).
2739

2840
## Node.js
41+
### Node.js 0.2.1 (2020-07-23)
42+
- See [language updates 2020-07-23](#2020-07-23).
43+
- Fix `npm audit` warnings.
44+
2945
### Node.js 0.2.0 (2020-05-26)
3046
- See [language updates 2020-05-20](#2020-05-20).
3147
- Fix `npm audit` warnings.
32-
- Update minimum supported Node.js version to 8.0.0.
48+
- Update minimum supported Node.js version to 8.0.0.

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

0 commit comments

Comments
 (0)