Skip to content

Commit 62ead4e

Browse files
committed
2020-10-27, Version 10.23.0 'Dubnium' (LTS)
Notable changes: - deps: - upgrade npm to 6.14.8 (Ruy Adorno) #34834 - n-api: - create N-API version 7 (Gabriel Schulhof) #35199 - expose napi_build_version variable (NickNaso) #27835 - tools: - add debug entitlements for macOS 10.15+ (Gabriele Greco) #34378 PR-URL: #35544
1 parent f9c9c21 commit 62ead4e

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ release.
9090
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
9191
</td>
9292
<td valign="top">
93-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.22.1">10.22.1</a></b><br/>
93+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.23.0">10.23.0</a></b><br/>
94+
<a href="doc/changelogs/CHANGELOG_V10.md#10.22.1">10.22.1</a><br/>
9495
<a href="doc/changelogs/CHANGELOG_V10.md#10.22.0">10.22.0</a><br/>
9596
<a href="doc/changelogs/CHANGELOG_V10.md#10.21.0">10.21.0</a><br/>
9697
<a href="doc/changelogs/CHANGELOG_V10.md#10.20.1">10.20.1</a><br/>

doc/changelogs/CHANGELOG_V10.md

+29
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#10.23.0">10.23.0</a><br/>
1415
<a href="#10.22.1">10.22.1</a><br/>
1516
<a href="#10.22.0">10.22.0</a><br/>
1617
<a href="#10.21.0">10.21.0</a><br/>
@@ -70,6 +71,34 @@
7071
* [io.js](CHANGELOG_IOJS.md)
7172
* [Archive](CHANGELOG_ARCHIVE.md)
7273

74+
<a id="10.23.0"></a>
75+
## 2020-10-27, Version 10.23.0 'Dubnium' (LTS), @richardlau
76+
77+
### Notable changes
78+
79+
* **deps**:
80+
* upgrade npm to 6.14.8 (Ruy Adorno) [#34834](https://github.com/nodejs/node/pull/34834)
81+
* **n-api**:
82+
* create N-API version 7 (Gabriel Schulhof) [#35199](https://github.com/nodejs/node/pull/35199)
83+
* expose napi_build_version variable (NickNaso) [#27835](https://github.com/nodejs/node/pull/27835)
84+
* **tools**:
85+
* add debug entitlements for macOS 10.15+ (Gabriele Greco) [#34378](https://github.com/nodejs/node/pull/34378)
86+
87+
### Commits
88+
89+
* [[`b83f9a56fc`](https://github.com/nodejs/node/commit/b83f9a56fc)] - **build**: expose napi_build_version variable (NickNaso) [#27835](https://github.com/nodejs/node/pull/27835)
90+
* [[`020ba1a2b8`](https://github.com/nodejs/node/commit/020ba1a2b8)] - **build**: enable backtrace when V8 is built for PPC and S390x (Michaël Zasso) [#32113](https://github.com/nodejs/node/pull/32113)
91+
* [[`eee9412a8c`](https://github.com/nodejs/node/commit/eee9412a8c)] - **deps**: upgrade npm to 6.14.8 (Ruy Adorno) [#34834](https://github.com/nodejs/node/pull/34834)
92+
* [[`038593d5ff`](https://github.com/nodejs/node/commit/038593d5ff)] - **deps**: upgrade npm to 6.14.7 (claudiahdz) [#34468](https://github.com/nodejs/node/pull/34468)
93+
* [[`3564424625`](https://github.com/nodejs/node/commit/3564424625)] - **deps**: V8: cherry-pick eec10a2fd8fa (Stephen Belanger) [#33778](https://github.com/nodejs/node/pull/33778)
94+
* [[`e9e86e1b60`](https://github.com/nodejs/node/commit/e9e86e1b60)] - **http2**: support non-empty DATA frame with END_STREAM flag (Carlos Lopez) [#33875](https://github.com/nodejs/node/pull/33875)
95+
* [[`751820b6c2`](https://github.com/nodejs/node/commit/751820b6c2)] - **http2,doc**: minor fixes (Alba Mendez) [#28044](https://github.com/nodejs/node/pull/28044)
96+
* [[`54c2bc2e62`](https://github.com/nodejs/node/commit/54c2bc2e62)] - **(SEMVER-MINOR)** **n-api**: create N-API version 7 (Gabriel Schulhof) [#35199](https://github.com/nodejs/node/pull/35199)
97+
* [[`2eb627301c`](https://github.com/nodejs/node/commit/2eb627301c)] - **src**: allows escaping NODE_OPTIONS with backslashes (Maël Nison) [#24065](https://github.com/nodejs/node/pull/24065)
98+
* [[`5170d14b36`](https://github.com/nodejs/node/commit/5170d14b36)] - **test**: fix test-linux-perf flakiness (Matheus Marchini) [#27615](https://github.com/nodejs/node/pull/27615)
99+
* [[`21b86d7f19`](https://github.com/nodejs/node/commit/21b86d7f19)] - **test,v8**: skip less and stabilize test-linux-perf.js (Refael Ackermann) [#27364](https://github.com/nodejs/node/pull/27364)
100+
* [[`ee11ab50a7`](https://github.com/nodejs/node/commit/ee11ab50a7)] - **tools**: add debug entitlements for macOS 10.15+ (Gabriele Greco) [#34378](https://github.com/nodejs/node/pull/34378)
101+
73102
<a id="10.22.1"></a>
74103
## 2020-09-15, Version 10.22.1 'Dubnium' (LTS), @BethGriggs
75104

0 commit comments

Comments
 (0)