File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ release.
3232</tr >
3333<tr >
3434 <td valign="top">
35- <b ><a href =" doc/changelogs/CHANGELOG_V16.md#16.9.0 " >16.9.0</a ></b ><br />
35+ <b ><a href =" doc/changelogs/CHANGELOG_V16.md#16.9.1 " >16.9.1</a ></b ><br />
36+ <a href =" doc/changelogs/CHANGELOG_V16.md#16.9.0 " >16.9.0</a ><br />
3637<a href =" doc/changelogs/CHANGELOG_V16.md#16.8.0 " >16.8.0</a ><br />
3738<a href =" doc/changelogs/CHANGELOG_V16.md#16.7.0 " >16.7.0</a ><br />
3839<a href =" doc/changelogs/CHANGELOG_V16.md#16.6.2 " >16.6.2</a ><br />
Original file line number Diff line number Diff line change 1010</tr >
1111<tr >
1212<td >
13+ <a href =" #16.9.1 " >16.9.1</a ><br />
1314<a href =" #16.9.0 " >16.9.0</a ><br />
1415<a href =" #16.8.0 " >16.8.0</a ><br />
1516<a href =" #16.7.0 " >16.7.0</a ><br />
4647 * [ io.js] ( CHANGELOG_IOJS.md )
4748 * [ Archive] ( CHANGELOG_ARCHIVE.md )
4849
50+ <a id =" 16.9.1 " ></a >
51+ ## 2021-09-10, Version 16.9.1 (Current), @richardlau
52+
53+ ### Notable Changes
54+
55+ This release fixes a [ regression] ( https://github.com/nodejs/node/issues/40030 ) introduced by the V8 9.3 update in Node.js 16.9.0.
56+
57+ ### Commits
58+
59+ * [[ ` 04f1943109 ` ] ( https://github.com/nodejs/node/commit/04f1943109 )] - ** deps** : V8: cherry-pick 9a607043cb31 (Jiawen Geng) [ #40046 ] ( https://github.com/nodejs/node/pull/40046 )
60+
4961<a id =" 16.9.0 " ></a >
5062## 2021-09-07, Version 16.9.0 (Current), @targos
5163
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments