Skip to content

Commit

Permalink
2017-11-14, Version 9.2.0 (Current)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
evanlucas committed Nov 14, 2017
1 parent 71e592c commit 50ec9bf
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -29,7 +29,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.1.0">9.1.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.2.0">9.2.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V9.md#9.1.0">9.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V9.md#9.0.0">9.0.0</a><br/>
</td>
<td valign="top">
Expand Down
2 changes: 1 addition & 1 deletion doc/api/process.md
Expand Up @@ -1418,7 +1418,7 @@ console.log(`This platform is ${process.platform}`);

## process.ppid
<!-- YAML
added: REPLACEME
added: v9.2.0
-->

* {integer}
Expand Down

0 comments on commit 50ec9bf

Please sign in to comment.