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: https://github.com/nodejs/node/pull/35137
This commit is contained in:
Richard Lau 2020-09-09 19:45:30 -04:00
parent 7fc1a4a893
commit b7f3e83086
No known key found for this signature in database
GPG Key ID: C43CEC45C17AB93C
2 changed files with 16 additions and 1 deletions

View File

@ -30,7 +30,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.10.0">14.10.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.10.1">14.10.1</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V14.md#14.10.0">14.10.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V14.md#14.9.0">14.9.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V14.md#14.8.0">14.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V14.md#14.7.0">14.7.0</a><br/>

View File

@ -10,6 +10,7 @@
</tr>
<tr>
<td>
<a href="#14.10.1">14.10.1</a><br/>
<a href="#14.10.0">14.10.0</a><br/>
<a href="#14.9.0">14.9.0</a><br/>
<a href="#14.8.0">14.8.0</a><br/>
@ -41,6 +42,19 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
<a id="14.10.1"></a>
## 2020-09-10, Version 14.10.1 (Current), @richardlau
### 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.
### Commits
* [[`3c92f93b44`](https://github.com/nodejs/node/commit/3c92f93b44)] - **doc**: restore color for visited links (Rich Trott) [#35108](https://github.com/nodejs/node/pull/35108)
* [[`0f94c6b4e4`](https://github.com/nodejs/node/commit/0f94c6b4e4)] - ***Revert*** "**stream**: simpler and faster Readable async iterator" (Richard Lau)
<a id="14.10.0"></a>
## 2020-09-08, Version 14.10.0 (Current), @richardlau