From 1400af37ee934b2b162377993e2b0482afa6ff0f Mon Sep 17 00:00:00 2001 From: Franziska Hinkelmann Date: Mon, 15 Jan 2018 13:18:40 +0100 Subject: [PATCH] doc: V8 branch used in 8.x not active anymore Add 8.x to the LTS versions that use a V8 branch that is not active anymore. --- doc/guides/maintaining-V8.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/guides/maintaining-V8.md b/doc/guides/maintaining-V8.md index d45fa072074aee..bdd2385ee62069 100644 --- a/doc/guides/maintaining-V8.md +++ b/doc/guides/maintaining-V8.md @@ -144,9 +144,10 @@ includes the following branches1: -The versions of V8 used in Node.js v4.x and v6.x have already been abandoned by -upstream V8. However, Node.js needs to continue supporting these branches for -many months (Current branches) or several years (LTS branches). +The versions of V8 used in Node.js v4.x, v6.x, and 8.x have already been +abandoned by upstream V8. However, Node.js needs to continue supporting +these branches for many months (Current branches) or several +years (LTS branches). ## Maintenance Process