Skip to content

Commit b7f3e83

Browse files
committed
2020-09-10, Version 14.10.1 (Current)
Notable changes: Node.js 14.10.0 included a streams regression with async generators and a docs rendering regression that are being fixed in this release. PR-URL: #35137
1 parent 7fc1a4a commit b7f3e83

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

doc/changelogs/CHANGELOG_V14.md

Lines changed: 14 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,19 @@
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 with async generators
51+
and a docs rendering regression that are being fixed in this release.
52+
53+
### Commits
54+
55+
* [[`3c92f93b44`](https://github.com/nodejs/node/commit/3c92f93b44)] - **doc**: restore color for visited links (Rich Trott) [#35108](https://github.com/nodejs/node/pull/35108)
56+
* [[`0f94c6b4e4`](https://github.com/nodejs/node/commit/0f94c6b4e4)] - ***Revert*** "**stream**: simpler and faster Readable async iterator" (Richard Lau)
57+
4458
<a id="14.10.0"></a>
4559
## 2020-09-08, Version 14.10.0 (Current), @richardlau
4660

0 commit comments

Comments
 (0)