-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Add LTS changelog #26891
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.ltsIssues and PRs related to Long Term Support releases.Issues and PRs related to Long Term Support releases.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.ltsIssues and PRs related to Long Term Support releases.Issues and PRs related to Long Term Support releases.
Is your feature request related to a problem? Please describe.
I, as developer, want to upgrade Node.js in my project or library from older LTS version to newer one.
Describe the solution you'd like
I would like to read single documentation page, listing all revelant changes made between old LTS and new LTS.
Eg. if I want to upgrade from Node 8 to Node 10 I have to read whole changelog for V9 and V10, including hundreds of
docsandtestfixes.Therefore, I would like to see page "upgrading from Node 8 to Node 10", with list of "notable" changes made in Node 9 and pre-LTS Node 10 (and filtered commit list).