summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-10-30 23:14:11 -0700
committerRich Trott <rtrott@gmail.com>2018-11-01 23:27:40 -0700
commit34f164f1c29f5f51520b6f68bdc107effecb1c8a (patch)
tree7bff2e3e90a7a1b049de7341c199e12b5dddbe84 /CHANGELOG.md
parenta8e98f8ea9c9ea14078d3d9c79c329525a5f8049 (diff)
downloadandroid-node-v8-34f164f1c29f5f51520b6f68bdc107effecb1c8a.tar.gz
android-node-v8-34f164f1c29f5f51520b6f68bdc107effecb1c8a.tar.bz2
android-node-v8-34f164f1c29f5f51520b6f68bdc107effecb1c8a.zip
doc: revise CHANGELOG.md text
Make the text shorter and clearer. PR-URL: https://github.com/nodejs/node/pull/23988 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8a3920fb4..484a11f040 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,5 @@
# Node.js Changelog
-<!--lint disable maximum-line-length-->
-
-To make the changelog easier to both use and manage, it has been split into
-multiple files organized according to significant major and minor Node.js
-release lines.
-
Select a Node.js version below to view the changelog history:
* [Node.js 11](doc/changelogs/CHANGELOG_V11.md) - **Current**
@@ -129,10 +123,9 @@ release.
### Notes
-* Release streams marked with `LTS` are currently covered by the
- [Node.js Long Term Support plan](https://github.com/nodejs/Release).
-* Release versions displayed in **bold** text represent the most
- recent actively supported release.
+* The [Node.js Long Term Support plan](https://github.com/nodejs/Release) covers
+ LTS releases.
+* Release versions in **bold** text are the most recent supported releases.
----
----