From 195480a8bc3a7ffca675210b260086f979e8f4de Mon Sep 17 00:00:00 2001 From: Сковорода Никита Андреевич Date: Sun, 1 Jul 2018 01:44:47 +0300 Subject: doc: update changelog with 9.x EOL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This removes unsupported versions from the table, as those might confuse people, execially given the > Release versions displayed in **bold** text represent the most > recent actively supported release. remark below. It was inconsistent to keep some of the EOL entries in the table while removing others (v5.x, v7.x) -- this commit takes care of that. Instead, release status is hinted in the branch list above, highlighting two main branches -- Current and Active LTS. Also update the link to the Release repo. Refs: https://github.com/nodejs/Release/pull/351 PR-URL: https://github.com/nodejs/node/pull/21612 Reviewed-By: Michaël Zasso Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Michael Dawson Reviewed-By: Jon Moss --- CHANGELOG.md | 86 ++++++++---------------------------------------------------- 1 file changed, 11 insertions(+), 75 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d0ab46c6..f4164be58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,16 @@ release lines. Select a Node.js version below to view the changelog history: -* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) -* [Node.js 9](doc/changelogs/CHANGELOG_V9.md) -* [Node.js 8](doc/changelogs/CHANGELOG_V8.md) -* [Node.js 7](doc/changelogs/CHANGELOG_V7.md) -* [Node.js 6](doc/changelogs/CHANGELOG_V6.md) -* [Node.js 5](doc/changelogs/CHANGELOG_V5.md) -* [Node.js 4](doc/changelogs/CHANGELOG_V4.md) -* [io.js](doc/changelogs/CHANGELOG_IOJS.md) -* [Node.js 0.12](doc/changelogs/CHANGELOG_V012.md) -* [Node.js 0.10](doc/changelogs/CHANGELOG_V010.md) +* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) — **Current** +* [Node.js 9](doc/changelogs/CHANGELOG_V9.md) — End-of-Life +* [Node.js 8](doc/changelogs/CHANGELOG_V8.md) — **Long Term Support** +* [Node.js 7](doc/changelogs/CHANGELOG_V7.md) — End-of-Life +* [Node.js 6](doc/changelogs/CHANGELOG_V6.md) — Long Term Support +* [Node.js 5](doc/changelogs/CHANGELOG_V5.md) — End-of-Life +* [Node.js 4](doc/changelogs/CHANGELOG_V4.md) — End-of-Life +* [io.js](doc/changelogs/CHANGELOG_IOJS.md) — End-of-Life +* [Node.js 0.12](doc/changelogs/CHANGELOG_V012.md) — End-of-Life +* [Node.js 0.10](doc/changelogs/CHANGELOG_V010.md) — End-of-Life * [Archive](doc/changelogs/CHANGELOG_ARCHIVE.md) Please use the following table to find the changelog for a specific Node.js @@ -26,10 +26,8 @@ release. - - - -
10Current9 8LTS 6LTS4EOL
@@ -44,26 +42,6 @@ release. 10.0.0
-9.11.2
-9.11.1
-9.11.0
-9.10.1
-9.10.0
-9.9.0
-9.8.0
-9.7.1
-9.7.0
-9.6.1
-9.6.0
-9.5.0
-9.4.0
-9.3.0
-9.2.1
-9.2.0
-9.1.0
-9.0.0
-
8.11.3
8.11.2
8.11.1
@@ -131,55 +109,13 @@ release. 6.1.0
6.0.0
-4.9.1
-4.9.0
-4.8.7
-4.8.6
-4.8.5
-4.8.4
-4.8.3
-4.8.2
-4.8.1
-4.8.0
-4.7.3
-4.7.2
-4.7.1
-4.7.0
-4.6.2
-4.6.1
-4.6.0
-4.5.0
-4.4.7
-4.4.6
-4.4.5
-4.4.4
-4.4.3
-4.4.2
-4.4.1
-4.4.0
-4.3.2
-4.3.1
-4.3.0
-4.2.6
-4.2.5
-4.2.4
-4.2.3
-4.2.2
-4.2.1
-4.2.0
-4.1.2
-4.1.1
-4.1.0
-4.0.0
-
### Notes * Release streams marked with `LTS` are currently covered by the - [Node.js Long Term Support plan](https://github.com/nodejs/LTS). + [Node.js Long Term Support plan](https://github.com/nodejs/Release). * Release versions displayed in **bold** text represent the most recent actively supported release. -- cgit v1.2.3