Skip to content

Commit d676467

Browse files
TrottMylesBorins
authored andcommitted
doc: remove outdated LTS info from ROADMAP.md
The ROADMAP.md doc has not been substantially updated since its creation in February 2015. As such, the LTS information is incorrect. Removing it for now. (If it is deemed critical to the roadmap, links to current information can be added back in. I'm skeptical that the roadmap document is of much utility at this point, though, given the lack of updates. Less may be more here, as the cliche goes.) PR-URL: #8161 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent b3545e1 commit d676467

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ROADMAP.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The most important consideration in every code change is the impact it will have
88

99
Node.js does not remove stdlib JS API.
1010

11-
Shipping with current and well supported dependencies is the best way to ensure long term stability of the platform. When those dependencies are no longer maintained Node.js will take on their continued maintenance as part of our [Long Term Support policy](#long-term-support).
11+
Shipping with current and well supported dependencies is the best way to ensure long term stability of the platform.
1212

1313
Node.js will continue to adopt new V8 releases.
1414
* When V8 ships a breaking change to their C++ API that can be handled by [`nan`](https://github.com/nodejs/nan)
@@ -24,14 +24,6 @@ No new API will be added in *patch* releases.
2424

2525
Any API addition will cause an increase in the *minor* version.
2626

27-
### Long Term Support
28-
29-
Node.js supports old versions for as long as community members are fixing bugs in them.
30-
31-
As long as there is a community back porting bug fixes we will push patch releases for those versions of Node.js.
32-
33-
When old versions of dependencies like V8 are no longer supported by their project Node.js will take on the responsibility of maintenance to ensure continued long term support in Node.js patch releases.
34-
3527
## Channels
3628

3729
Channels are points of collaboration with the broader community and are not strictly scoped to a repository or branch.

0 commit comments

Comments
 (0)