You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notable changes:
This release marks the transition of Node.js 14.x into Long Term Support (LTS)
with the codename 'Fermium'. The 14.x release line now moves into "Active LTS"
and will remain so until October 2021. After that time, it will move into
"Maintenance" until end of life in April 2023.
PR-URL: #35746
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V14.md
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,14 @@
6
6
7
7
<table>
8
8
<tr>
9
+
<th>LTS 'Fermium'</th>
9
10
<th>Current</th>
10
11
</tr>
11
12
<tr>
12
-
<td>
13
+
<tdvalign="top">
14
+
<ahref="#14.15.0">14.15.0</a><br/>
15
+
</td>
16
+
<tdvalign="top">
13
17
<ahref="#14.14.0">14.14.0</a><br/>
14
18
<ahref="#14.13.1">14.13.1</a><br/>
15
19
<ahref="#14.13.0">14.13.0</a><br/>
@@ -48,6 +52,22 @@
48
52
*[io.js](CHANGELOG_IOJS.md)
49
53
*[Archive](CHANGELOG_ARCHIVE.md)
50
54
55
+
<aid="14.15.0"></a>
56
+
## 2020-10-27, Version 14.15.0 'Fermium' (LTS), @richardlau
57
+
58
+
### Notable Changes
59
+
60
+
This release marks the transition of Node.js 14.x into Long Term Support (LTS)
61
+
with the codename 'Fermium'. The 14.x release line now moves into "Active LTS"
62
+
and will remain so until October 2021. After that time, it will move into
63
+
"Maintenance" until end of life in April 2023.
64
+
65
+
### Commits
66
+
67
+
*[[`5b7a08c902`](https://github.com/nodejs/node/commit/5b7a08c902)] - **doc**: add missing link in Node.js 14 Changelog (Antoine du Hamel) [#35782](https://github.com/nodejs/node/pull/35782)
0 commit comments