Skip to content

Commit 50ec9bf

Browse files
committed
2017-11-14, Version 9.2.0 (Current)
Notable changes: * **crypto**: - Support building with both 1.1.0 and 1.0.2 (David Benjamin) #16130 * **fs**: - fs.realpathSync.native and fs.realpath.native are now exposed (Ben Noordhuis) #15776 * **process**: - expose process.ppid (cjihrig) #16839 PR-URL: #16992
1 parent 71e592c commit 50ec9bf

File tree

4 files changed

+155
-5
lines changed

4 files changed

+155
-5
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ release.
2929
</tr>
3030
<tr>
3131
<td valign="top">
32-
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.1.0">9.1.0</a></b><br/>
32+
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.2.0">9.2.0</a></b><br/>
33+
<a href="doc/changelogs/CHANGELOG_V9.md#9.1.0">9.1.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V9.md#9.0.0">9.0.0</a><br/>
3435
</td>
3536
<td valign="top">

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ console.log(`This platform is ${process.platform}`);
14181418

14191419
## process.ppid
14201420
<!-- YAML
1421-
added: REPLACEME
1421+
added: v9.2.0
14221422
-->
14231423

14241424
* {integer}

0 commit comments

Comments
 (0)