Skip to content

Commit d31b12d

Browse files
committed
2020-09-10, Version 14.10.1 (Current)
Notable changes: Node.js 14.10.0 included a streams regression that is being fixed in this release. PR-URL: #35137
1 parent 0f94c6b commit d31b12d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ release.
3131
</tr>
3232
<tr>
3333
<td valign="top">
34-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.10.0">14.10.0</a></b><br/>
34+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.10.1">14.10.1</a></b><br/>
35+
<a href="doc/changelogs/CHANGELOG_V14.md#14.10.0">14.10.0</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V14.md#14.9.0">14.9.0</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V14.md#14.8.0">14.8.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V14.md#14.7.0">14.7.0</a><br/>

doc/changelogs/CHANGELOG_V14.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td>
13+
<a href="#14.10.1">14.10.1</a><br/>
1314
<a href="#14.10.0">14.10.0</a><br/>
1415
<a href="#14.9.0">14.9.0</a><br/>
1516
<a href="#14.8.0">14.8.0</a><br/>
@@ -41,6 +42,17 @@
4142
* [io.js](CHANGELOG_IOJS.md)
4243
* [Archive](CHANGELOG_ARCHIVE.md)
4344

45+
<a id="14.10.1"></a>
46+
## 2020-09-10, Version 14.10.1 (Current), @richardlau
47+
48+
### Notable Changes
49+
50+
Node.js 14.10.0 included a streams regression that is being fixed in this release.
51+
52+
### Commits
53+
54+
* [[`0f94c6b4e4`](https://github.com/nodejs/node/commit/0f94c6b4e4)] - ***Revert*** "**stream**: simpler and faster Readable async iterator" (Richard Lau)
55+
4456
<a id="14.10.0"></a>
4557
## 2020-09-08, Version 14.10.0 (Current), @richardlau
4658

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)